gitlab-ci: add v3.19 build
This commit is contained in:
parent
c22569cd4c
commit
fda3916231
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ build-v3.18:
|
||||||
tags:
|
tags:
|
||||||
- apk-$CI_ALPINE_TARGET_RELEASE-x86_64
|
- apk-$CI_ALPINE_TARGET_RELEASE-x86_64
|
||||||
|
|
||||||
|
build-v3.19:
|
||||||
|
extends: .build
|
||||||
|
when: always
|
||||||
|
variables:
|
||||||
|
CI_ALPINE_TARGET_RELEASE: v3.19
|
||||||
|
tags:
|
||||||
|
- apk-$CI_ALPINE_TARGET_RELEASE-x86_64
|
||||||
|
|
||||||
build-edge:
|
build-edge:
|
||||||
extends: .build
|
extends: .build
|
||||||
when: always
|
when: always
|
||||||
|
|
Loading…
Reference in a new issue