Build for Alpine v3.20
This commit is contained in:
parent
210cf9f56b
commit
54287bc3cd
2 changed files with 5 additions and 5 deletions
|
@ -33,10 +33,10 @@ variables:
|
||||||
tags:
|
tags:
|
||||||
- qubes-template
|
- qubes-template
|
||||||
|
|
||||||
verify-alpine319:
|
verify-alpine320:
|
||||||
extends: .verify
|
extends: .verify
|
||||||
variables:
|
variables:
|
||||||
CI_ALPINE_TARGET_RELEASE: alpine319
|
CI_ALPINE_TARGET_RELEASE: alpine320
|
||||||
|
|
||||||
.build:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -75,10 +75,10 @@ verify-alpine319:
|
||||||
tags:
|
tags:
|
||||||
- qubes-template
|
- qubes-template
|
||||||
|
|
||||||
build-alpine319:
|
build-alpine320:
|
||||||
extends: .build
|
extends: .build
|
||||||
variables:
|
variables:
|
||||||
CI_ALPINE_TARGET_RELEASE: alpine319
|
CI_ALPINE_TARGET_RELEASE: alpine320
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
|
|
|
@ -23,7 +23,7 @@ GIT_PREFIX := QubesOS/qubes-
|
||||||
|
|
||||||
# DISTS_VM - Choose the templates to build. Multiple templates can be defined
|
# DISTS_VM - Choose the templates to build. Multiple templates can be defined
|
||||||
# to build. Uncomment tempalte dist to build.
|
# to build. Uncomment tempalte dist to build.
|
||||||
DISTS_VM := alpine319
|
DISTS_VM := alpine320
|
||||||
COMPONENTS += builder-alpine
|
COMPONENTS += builder-alpine
|
||||||
BUILDER_PLUGINS += builder-alpine
|
BUILDER_PLUGINS += builder-alpine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue