Skip to content

Commit

Permalink
fix build bot
Browse files Browse the repository at this point in the history
Signed-off-by: xplshn <xplshn@murena.io>
  • Loading branch information
xplshn committed Oct 23, 2024
1 parent 2c8906b commit 1dfc3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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="$(curl -qsL https://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/latest-release.yaml | yq '.[0].file')"
ROOTFS_URL="https://dl-cdn.alpinelinux.org/alpine/edge/releases/$(uname -m)/${ROOTFS_URL}"
export ROOTFS_URL
Expand Down

0 comments on commit 1dfc3a1

Please sign in to comment.