We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4610f1c commit fef89b8Copy full SHA for fef89b8
.github/workflows/test.yaml
@@ -135,7 +135,7 @@ jobs:
135
linux-build-aarch64:
136
if: ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }}
137
runs-on: [linux-arm64]
138
- container: "alpine:3.18"
+ container: "cynkra/actions-runner:2-alpine-rootful"
139
name: Linux build aaarch
140
env:
141
RUST_BACKTRACE: 1
@@ -150,11 +150,6 @@ jobs:
150
apk add --allow-untrusted nfpm*.apk
151
rm nfpm*.apk
152
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
-
158
- name: Checkout
159
uses: actions/checkout@v4
160
with:
0 commit comments