diff --git a/.forgejo/workflows/release-build.yaml b/.forgejo/workflows/release-build.yaml index 3648793..1823fc4 100644 --- a/.forgejo/workflows/release-build.yaml +++ b/.forgejo/workflows/release-build.yaml @@ -10,7 +10,7 @@ jobs: image: alpine:latest env: QUBES_REL: r4.2 - DIST: alpine320 + DIST: alpine321 steps: - name: Environment setup run: | diff --git a/builder.conf b/builder.conf index ea173c5..90e30ff 100644 --- a/builder.conf +++ b/builder.conf @@ -23,7 +23,7 @@ GIT_PREFIX := QubesOS/qubes- # DISTS_VM - Choose the templates to build. Multiple templates can be defined # to build. Uncomment tempalte dist to build. -DISTS_VM := alpine320 +DISTS_VM := alpine321 COMPONENTS += builder-alpine BUILDER_PLUGINS += builder-alpine