From 49ef1d1ecf61dda00275460bc94f40603cfe189d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 15 Dec 2024 19:00:13 -0500 Subject: [PATCH] Build for Alpine v3.21 --- .forgejo/workflows/release-build.yaml | 2 +- builder.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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