Update release_arm64v8-edge.yml
Some checks failed
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Failing after -35s

This commit is contained in:
ITmodulo 2025-07-01 17:00:09 +02:00
parent 96abf735f2
commit 02421c4362

View file

@ -22,7 +22,7 @@ jobs:
echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/community" >> /etc/apk/repositories
echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/testing" >> /etc/apk/repositories
apk update && apk upgrade
apk add bash git curl alpine-sdk abuild sudo shadow fuse sshfs
apk add bash git curl alpine-sdk abuild sudo shadow fuse sshfs nodejs wget
- name: Checkout sources
uses: actions/checkout@v4