gitlab-ci.yml: add 3.20 runners
This commit is contained in:
parent
52b885f4c2
commit
76b0fad538
1 changed files with 8 additions and 1 deletions
|
@ -55,6 +55,14 @@ build-v3.19:
|
|||
tags:
|
||||
- apk-$CI_ALPINE_TARGET_RELEASE-x86_64
|
||||
|
||||
build-v3.20:
|
||||
extends: .build
|
||||
when: always
|
||||
variables:
|
||||
CI_ALPINE_TARGET_RELEASE: v3.20
|
||||
tags:
|
||||
- apk-$CI_ALPINE_TARGET_RELEASE-x86_64
|
||||
|
||||
build-edge:
|
||||
extends: .build
|
||||
when: always
|
||||
|
@ -63,7 +71,6 @@ build-edge:
|
|||
tags:
|
||||
- apk-$CI_ALPINE_TARGET_RELEASE-x86_64
|
||||
|
||||
|
||||
push:
|
||||
interruptible: true
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue