Browse Source

Update .gitlab-ci.yml

master
Julien Cabillot 2 years ago
parent
commit
f0d39cf0fa
1 changed files with 10 additions and 0 deletions
  1. 10
      .gitlab-ci.yml

10
.gitlab-ci.yml

@ -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:

Loading…
Cancel
Save