We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae079ef commit 5debe77Copy full SHA for 5debe77
.github/workflows/sanity-test.yml
@@ -297,7 +297,7 @@ jobs:
297
- musllinux-1-1-x64
298
299
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
+ runs-on: ubuntu-24.04
301
steps:
302
- uses: aws-actions/configure-aws-credentials@v4
303
with:
@@ -315,7 +315,7 @@ jobs:
315
316
# Only aarch64 needs this, but it doesn't hurt anything
317
- name: Install qemu/docker
318
- run: docker run --privileged --rm tonistiigi/binfmt --install all
+ run: docker run --privileged --rm tonistiigi/binfmt --install arm64
319
320
- name: Build ${{ env.PACKAGE_NAME }}
321
run: |
0 commit comments