Skip to content

Commit 9813ed0

Browse files
authored
Optimize PR builds by excluding ARM and macOS architectures (#1)
Merging PR build optimization
1 parent 7400222 commit 9813ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
duckdb_version: v1.4.3
1717
ci_tools_version: v1.4.3
1818
extension_name: radio
19-
exclude_archs: wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw
19+
exclude_archs: ${{ github.event_name == 'pull_request' && 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;linux_arm64;osx_amd64;osx_arm64' || 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw' }}
2020
secrets:
2121
VCPKG_CACHING_AWS_ACCESS_KEY_ID: ${{ secrets.VCPKG_CACHING_AWS_ACCESS_KEY_ID
2222
}}

0 commit comments

Comments
 (0)