File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
21
21
22
22
jobs :
23
23
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
25
25
strategy :
26
26
fail-fast : false
27
27
matrix :
43
43
- name : Build ${{ env.PACKAGE_NAME }}
44
44
run : |
45
45
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
47
47
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
48
48
49
49
musl-linux :
62
62
- name : Build ${{ env.PACKAGE_NAME }}
63
63
run : |
64
64
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
66
65
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
67
66
68
67
linux-musl-armv8 :
You can’t perform that action at this time.
0 commit comments