Build for Alpine v3.19

This commit is contained in:
Antoine Martin 2023-12-07 19:30:25 -05:00
parent 3ef7ce7564
commit a03babbaec
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 5 additions and 5 deletions

View file

@ -33,10 +33,10 @@ variables:
tags: tags:
- qubes-template - qubes-template
verify-alpine318: verify-alpine319:
extends: .verify extends: .verify
variables: variables:
CI_ALPINE_TARGET_RELEASE: alpine318 CI_ALPINE_TARGET_RELEASE: alpine319
.build: .build:
stage: build stage: build
@ -75,10 +75,10 @@ verify-alpine318:
tags: tags:
- qubes-template - qubes-template
build-alpine318: build-alpine319:
extends: .build extends: .build
variables: variables:
CI_ALPINE_TARGET_RELEASE: alpine318 CI_ALPINE_TARGET_RELEASE: alpine319
release: release:
stage: release stage: release

View file

@ -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 := alpine318 DISTS_VM := alpine319
COMPONENTS += builder-alpine COMPONENTS += builder-alpine
BUILDER_PLUGINS += builder-alpine BUILDER_PLUGINS += builder-alpine