File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 linux-compat :
24- runs-on : ubuntu-22 .04 # temporarily downgrade to old ubuntu until https://github.com/actions/runner-images/issues/11471 resolves
24+ runs-on : ubuntu-24 .04
2525 strategy :
2626 fail-fast : false
2727 matrix :
4343 - name : Build ${{ env.PACKAGE_NAME }}
4444 run : |
4545 aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
46- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
46+ docker run --privileged --rm tonistiigi/binfmt --install all
4747 ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
4848
4949 musl-linux :
6262 - name : Build ${{ env.PACKAGE_NAME }}
6363 run : |
6464 aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
65- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
6665 ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
6766
6867 linux-musl-armv8 :
You can’t perform that action at this time.
0 commit comments