diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c562ae..18c7c41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,16 @@ build-master: only: - master +build-master-arm64: + stage: build + tags: + - arm64 + script: + - docker build --pull -t "$CI_REGISTRY_IMAGE:arm64" . + - docker push "$CI_REGISTRY_IMAGE:arm64" + only: + - master + build: stage: build script: