From 2c8906b80ca42de02bc8cc9417746911e0e16894 Mon Sep 17 00:00:00 2001 From: xplshn Date: Wed, 23 Oct 2024 03:48:40 -0300 Subject: [PATCH] Use Alpine Edge Signed-off-by: xplshn --- .github/workflows/gen.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 9ae7a61..78e9eb5 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -29,7 +29,7 @@ jobs: cd ${{ github.workspace }} - DBIN_PGRS="dwarfs-tools bwrap-patched sharun" + DBIN_PGRS="dwarfs-tools bwrap-patched sharun yq jq" export GOBIN="$HOME/.local/bin" mkdir -p "$GOBIN" @@ -53,6 +53,11 @@ jobs: } cd ${{ github.workspace }} + + ROOTFS_URL="$(curl -qsL https://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/latest-release.yaml | yq --transparent '.[0].file')" + ROOTFS_URL="https://dl-cdn.alpinelinux.org/alpine/edge/releases/$(uname -m)/${ROOTFS_URL}" + export ROOTFS_URL + pelfCreator -m xplshn -n devEnv -p "fuse3 build-base go git" -z -c devEnv="$(echo ${{ github.workspace }}/devEnv*/AppRun)"