Skip to content

Commit 6663bfc

Browse files
Avoid throwing error on armv7 for amazonlinux2
1 parent 5fca99b commit 6663bfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
name: Build & Test SDK (armv7)
130130
runs-on: ubuntu-24.04
131131
needs: [sdk-generator-amd64]
132-
if: ${{ inputs.distribution != 'rhel-ubi9' }}
132+
if: ${{ inputs.distribution != 'rhel-ubi9' && inputs.distribution != 'amazonlinux2' }}
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Restore Swift SDK Generator
@@ -146,4 +146,3 @@ jobs:
146146
swift-version: ${{ env.SWIFT_VERSION }}
147147
distribution: ${{ env.DISTRIBUTION }}
148148
target-arch: armv7
149-

0 commit comments

Comments
 (0)