fix
Some checks failed
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Failing after -54s
Some checks failed
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Failing after -54s
This commit is contained in:
parent
52b754b5d8
commit
f7eeeaf1db
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@ jobs:
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
# faster mirror + essential build tools
|
# faster mirror + essential build tools
|
||||||
MIRROR="https://alpine.sakamoto.pl/alpine/$(. /etc/os-release; echo $PRETTY_NAME | cut -d '"' -f2)"
|
echo "https://alpine.sakamoto.pl/alpine/$(cat /etc/os-release | grep PRETT | cut -d ' ' -f 3 | cut -d '"' -f 1)/main" > /etc/apk/repositories
|
||||||
printf "%s/main\n%s/community\n%s/testing\n" "$MIRROR" "$MIRROR" "$MIRROR" > /etc/apk/repositories
|
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 update && apk upgrade
|
||||||
apk add bash git curl alpine-sdk abuild sudo shadow fuse sshfs nodejs wget
|
apk add bash git curl alpine-sdk abuild sudo shadow fuse sshfs nodejs wget
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue