Add arm capability without pushing and building images

This commit is contained in:
Andrejs Cunskis 2022-09-22 08:17:17 +00:00 committed by Balasankar 'Balu' C
parent a467eeb36d
commit 0be7ce1245
16 changed files with 51 additions and 66 deletions

View file

@ -8,6 +8,7 @@
docker buildx build \
--cache-to=type=inline \
--cache-from="$CI_REGISTRY_IMAGE:$1" \
--platform=linux/${ARCH:-amd64} \
--push="${PUSH_CUSTOM_IMAGE:-false}" \
--label "ci_pipeline_url=$CI_PIPELINE_URL" \
--label "ci_job_url=$CI_JOB_URL" \