Skip to content

Commit 160150b

Browse files
authored
Workaround arm based CI steps (#322)
1 parent 141867f commit 160150b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sanity-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
- musllinux-1-1-x64
298298

299299
needs: package
300-
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu as 24.04 likes to segfault in the middle of the build
300+
runs-on: ubuntu-24.04
301301
steps:
302302
- uses: aws-actions/configure-aws-credentials@v4
303303
with:
@@ -315,7 +315,7 @@ jobs:
315315

316316
# Only aarch64 needs this, but it doesn't hurt anything
317317
- name: Install qemu/docker
318-
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
318+
run: docker run --privileged --rm tonistiigi/binfmt --install arm64
319319

320320
- name: Build ${{ env.PACKAGE_NAME }}
321321
run: |

0 commit comments

Comments
 (0)