Skip to content

Commit d5a55cd

Browse files
authored
Merge pull request #477 from carlopi/main_no_wasm
main: don't publish for wasm
2 parents d6ba523 + f64a358 commit d5a55cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
extension_name: iceberg
2020
duckdb_version: v1.4.0
2121
ci_tools_version: main
22-
exclude_archs: 'windows_amd64_mingw'
22+
exclude_archs: 'windows_amd64_mingw;wasm_mvp;wasm_eh;wasm_threads'
2323
extra_toolchains: 'python3'
2424

2525
duckdb-stable-deploy:
@@ -31,6 +31,6 @@ jobs:
3131
extension_name: iceberg
3232
duckdb_version: v1.4.0
3333
ci_tools_version: main
34-
exclude_archs: 'windows_amd64_mingw'
34+
exclude_archs: 'windows_amd64_mingw;wasm_mvp;wasm_eh;wasm_threads'
3535
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
3636
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)