fix alpine linux ci build (#434)

This commit is contained in:
Cyano Hao 2024-05-24 22:47:24 +08:00 committed by GitHub
parent a6da52980d
commit 30f7a119bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -316,7 +316,7 @@ jobs:
- name: Build
run: |
podman run --rm -v $PWD:/mnt -w /mnt $IMAGE ./packages/alpine/01-in-docker.sh
podman run --security-opt seccomp=unconfined --rm -v $PWD:/mnt -w /mnt $IMAGE ./packages/alpine/01-in-docker.sh
- name: Upload
uses: actions/upload-artifact@v2

View File

@ -8,6 +8,8 @@ then
fi
apk add alpine-sdk git
abuild-keygen -an
# TODO: use `abuild-keygen --install`
cp ~/.abuild/*.pub /etc/apk/keys/
./packages/alpine/buildapk.sh