mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Multi image generation.
This commit is contained in:
parent
33f9eae3cb
commit
9871ad6843
@ -23,8 +23,9 @@ pipelines:
|
|||||||
- mvn -B verify --file pom.xml
|
- mvn -B verify --file pom.xml
|
||||||
# Publish to docker repo ...
|
# Publish to docker repo ...
|
||||||
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
|
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
|
||||||
- docker build -t wisemapping/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/
|
- docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder
|
||||||
- docker push wisemapping/wisemapping:latest
|
- docker buildx inspect --bootstrap
|
||||||
|
- docker buildx build --platform=linux/amd64,linux/arm64 --push -t wisemapping/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/
|
||||||
after-script:
|
after-script:
|
||||||
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
||||||
- pipe: atlassian/checkstyle-report:0.3.0
|
- pipe: atlassian/checkstyle-report:0.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user