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 88466b2 commit 37cbb89Copy full SHA for 37cbb89
.github/workflows/MainDistributionPipeline.yml
@@ -19,6 +19,8 @@ jobs:
19
extension_name: httpfs
20
duckdb_version: v1.3.1
21
ci_tools_version: main
22
+ exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
23
+
24
25
duckdb-stable-deploy:
26
name: Deploy extension binaries
@@ -30,3 +32,4 @@ jobs:
30
32
31
33
34
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
35
0 commit comments