Fix: Add abuild-keygen for Alpine APK package signing
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -151,6 +151,7 @@ jobs:
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
apk add --no-cache musl-dev openssl-dev git abuild gcc elogind-dev
|
||||
abuild-keygen -a -n
|
||||
- name: Build APK package
|
||||
run: ./build-alpine.sh
|
||||
- name: Upload to releases (on tag)
|
||||
|
||||
Reference in New Issue
Block a user