Build for Alpine v3.21
This commit is contained in:
parent
a789b33382
commit
49ef1d1ecf
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
QUBES_REL: r4.2
|
QUBES_REL: r4.2
|
||||||
DIST: alpine320
|
DIST: alpine321
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -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 := alpine320
|
DISTS_VM := alpine321
|
||||||
COMPONENTS += builder-alpine
|
COMPONENTS += builder-alpine
|
||||||
BUILDER_PLUGINS += builder-alpine
|
BUILDER_PLUGINS += builder-alpine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue