File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
role-to-assume : ${{ env.CRT_CI_ROLE }}
40
40
aws-region : ${{ env.AWS_DEFAULT_REGION }}
41
- - name : Install qemu/docker
42
- run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
43
41
- name : Build ${{ env.PACKAGE_NAME }}
44
42
run : |
45
43
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
49
47
# that are up-to-date (AL2) or don't provide OpenSSL development packages that is found in CMake (alpine)
50
48
# or are not able to connect on the socket even with the correct setup (manylinux2014)
51
49
linux-compat :
52
- runs-on : ubuntu-22 .04 # temporarily downgrade to old ubuntu until https://github.com/actions/runner-images/issues/11471 resolves
50
+ runs-on : ubuntu-24 .04
53
51
strategy :
54
52
fail-fast : false
55
53
matrix :
68
66
role-to-assume : ${{ env.CRT_CI_ROLE }}
69
67
aws-region : ${{ env.AWS_DEFAULT_REGION }}
70
68
- name : Install qemu/docker
71
- run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
69
+ run : docker run --privileged --rm tonistiigi/binfmt --install all
72
70
- name : Build ${{ env.PACKAGE_NAME }}
73
71
run : |
74
72
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
@@ -121,7 +119,7 @@ jobs:
121
119
aws-region : ${{ env.AWS_DEFAULT_REGION }}
122
120
# set arm arch
123
121
- name : Install qemu/docker
124
- run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
122
+ run : docker run --privileged --rm tonistiigi/binfmt --install linux/arm/v7
125
123
126
124
- name : Build ${{ env.PACKAGE_NAME }}
127
125
run : |
You can’t perform that action at this time.
0 commit comments