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 e113f82 commit 19d1c17Copy full SHA for 19d1c17
.github/workflows/pull_request.yml
@@ -44,9 +44,9 @@ jobs:
44
# blank arch builds all (aarch64,x86_64,armv7)
45
#arch: ['']
46
# builds only x86_64 to speed up the validation
47
- arch: ['x86_64']
+ #arch: ['x86_64']
48
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
49
- #arch: ['x86_64', '']
+ arch: ['x86_64', '']
50
swift-version: ['release', 'devel', 'trunk']
51
runs-on: ubuntu-24.04
52
steps:
0 commit comments