Skip to content

Commit 37cbb89

Browse files
committed
[chore] skip publishing on wasm targets (currently done via wasm branch
1 parent 88466b2 commit 37cbb89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
extension_name: httpfs
2020
duckdb_version: v1.3.1
2121
ci_tools_version: main
22+
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
23+
2224

2325
duckdb-stable-deploy:
2426
name: Deploy extension binaries
@@ -30,3 +32,4 @@ jobs:
3032
duckdb_version: v1.3.1
3133
ci_tools_version: main
3234
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
35+
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'

0 commit comments

Comments
 (0)