Skip to content
Snippets Groups Projects
Verified Commit eceb5456 authored by Martin Weise's avatar Martin Weise
Browse files
parent f92a577d
No related branches found
No related tags found
5 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty,!412Fixed a library issue where the value could not be empty,!410Fixed a library issue where the value could not be empty
......@@ -542,7 +542,8 @@ release-images:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- "docker buildx create --name multiarch --driver docker-container --use"
script:
- docker buildx build $BUILDX_ARGS -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker buildx build --platform linux/amd64 $BUILDX_ARGS -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker buildx build --platform linux/arm64 $BUILDX_ARGS -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker buildx build $BUILDX_ARGS -t dbrepo-data-service:build --target build dbrepo-data-service
- docker buildx build $BUILDX_ARGS -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker compose build -q --parallel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment