Skip to content

Commit 4610f1c

Browse files
committed
GHA aarch64: try to fool GH to support Alpine
1 parent d88452b commit 4610f1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ jobs:
150150
apk add --allow-untrusted nfpm*.apk
151151
rm nfpm*.apk
152152
153+
- name: Fool distro detection to run aarch64 Alpine
154+
run: |
155+
apk add gcompat
156+
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
157+
153158
- name: Checkout
154159
uses: actions/checkout@v4
155160
with:

0 commit comments

Comments
 (0)