Update .gitlab-ci.yml

This commit is contained in:
Julien Cabillot 2019-01-21 03:42:28 +00:00
parent 097c5ace5c
commit f0d39cf0fa

View File

@ -14,6 +14,16 @@ build-master:
only: only:
- master - 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: build:
stage: build stage: build
script: script: