Skip to content

Commit 259b313

Browse files
authored
Suspend arm64
1 parent 17278ce commit 259b313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
duckdb_version: v1.1.3
2222
ci_tools_version: v1.1.3
2323
extension_name: wvlet
24-
exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;wasm_threads;wasm_eh;wasm_mvp;'
24+
exclude_archs: 'linux_arm64;windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;wasm_threads;wasm_eh;wasm_mvp;'
2525

2626
duckdb-stable-deploy:
2727
name: Deploy extension binaries
@@ -32,4 +32,4 @@ jobs:
3232
duckdb_version: v1.1.3
3333
extension_name: wvlet
3434
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
35-
exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;wasm_threads;wasm_eh;wasm_mvp;'
35+
exclude_archs: 'linux_arm64;windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;wasm_threads;wasm_eh;wasm_mvp;'

0 commit comments

Comments
 (0)