We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fca99b commit 6663bfcCopy full SHA for 6663bfc
.github/workflows/develop.yml
@@ -129,7 +129,7 @@ jobs:
129
name: Build & Test SDK (armv7)
130
runs-on: ubuntu-24.04
131
needs: [sdk-generator-amd64]
132
- if: ${{ inputs.distribution != 'rhel-ubi9' }}
+ if: ${{ inputs.distribution != 'rhel-ubi9' && inputs.distribution != 'amazonlinux2' }}
133
steps:
134
- uses: actions/checkout@v4
135
- name: Restore Swift SDK Generator
@@ -146,4 +146,3 @@ jobs:
146
swift-version: ${{ env.SWIFT_VERSION }}
147
distribution: ${{ env.DISTRIBUTION }}
148
target-arch: armv7
149
-
0 commit comments