Skip to content

Commit 1b6de55

Browse files
committed
put it back, just downgrade
1 parent 50bbb2c commit 1b6de55

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/ci.yml

+2-22
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ permissions:
2121

2222
jobs:
2323
linux-compat:
24-
runs-on: ubuntu-24.04 # latest
24+
runs-on: ubuntu-22.04 # temporarily downgrade to old ubuntu until https://github.com/actions/runner-images/issues/11471 resolves
2525
strategy:
2626
fail-fast: false
2727
matrix:
2828
image:
2929
- al2012-x64
3030
- al2-x64
31+
- manylinux2014-aarch64
3132
- manylinux2014-x64
3233
- fedora-34-x64
3334
- opensuse-leap
@@ -45,27 +46,6 @@ jobs:
4546
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
4647
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
4748
48-
49-
linux-compat-armv8:
50-
runs-on: codebuild-aws-crt-nodejs-arm64-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
51-
strategy:
52-
fail-fast: false
53-
matrix:
54-
image:
55-
- manylinux2014-aarch64
56-
steps:
57-
- uses: aws-actions/configure-aws-credentials@v4
58-
with:
59-
role-to-assume: ${{ env.CRT_CI_ROLE }}
60-
aws-region: ${{ env.AWS_DEFAULT_REGION }}
61-
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
62-
- name: Build ${{ env.PACKAGE_NAME }}
63-
run: |
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-
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
67-
68-
6949
musl-linux:
7050
runs-on: ubuntu-24.04 # latest
7151
strategy:

0 commit comments

Comments
 (0)