Skip to content

Commit 3f50af2

Browse files
committed
ci: exclude arm64 for Amazon Linux 1 (no aarch64 image)
1 parent 27c207f commit 3f50af2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/runtime-interface-client_pr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ jobs:
114114
- label: arm64
115115
runner: ubuntu-24.04-arm
116116
platform: linux/arm64/v8
117+
exclude:
118+
# Amazon Linux 1 was never published for ARM64 (x86_64 only), so
119+
# public.ecr.aws/amazonlinux/amazonlinux:1 has no arm64 manifest.
120+
- buildspec: buildspec.os.amazonlinux.1.yml
121+
arch:
122+
label: arm64
123+
runner: ubuntu-24.04-arm
124+
platform: linux/arm64/v8
117125
name: "integration-test (${{ matrix.buildspec }} / ${{ matrix.arch.label }})"
118126
steps:
119127
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)