Skip to content
Snippets Groups Projects
Verified Commit 00db9e3e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(earthly): Push multiarch builds

parent 356a56f7
No related branches found
No related tags found
No related merge requests found
Pipeline #18118 passed
......@@ -16,4 +16,4 @@ build:
else
export BUILD_ARGS="${BUILD_ARGS} --tag=$CI_COMMIT_REF_SLUG --latest=false"
fi
- earthly --ci --allow-privileged --push ${ARGS} --platform=linux/amd64 --platform=linux/arm64 +container --registry=${CI_REGISTRY_IMAGE} ${BUILD_ARGS}
- earthly --ci --allow-privileged --push ${ARGS} +multiarch-container --registry=${CI_REGISTRY_IMAGE} ${BUILD_ARGS}
......@@ -37,3 +37,6 @@ container:
LABEL "quay.expires-after"="12w"
END
SAVE IMAGE --push ${registry}:${tag}
multiarch-container:
BUILD --platform=linux/amd64 --platform=linux/arm64 +container
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment