Skip to content

Commit ee042d9

Browse files
fix nodejs ci
1 parent e890325 commit ee042d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
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:
@@ -43,7 +43,7 @@ jobs:
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:
@@ -62,7 +62,6 @@ jobs:
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:

0 commit comments

Comments
 (0)