Browse Source

add arm64

master
Julien Cabillot 2 years ago
parent
commit
06717f30ee
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 --build-arg VERSION=arm64 --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