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.
2 parents d6ba523 + f64a358 commit d5a55cdCopy full SHA for d5a55cd
.github/workflows/MainDistributionPipeline.yml
@@ -19,7 +19,7 @@ jobs:
19
extension_name: iceberg
20
duckdb_version: v1.4.0
21
ci_tools_version: main
22
- exclude_archs: 'windows_amd64_mingw'
+ exclude_archs: 'windows_amd64_mingw;wasm_mvp;wasm_eh;wasm_threads'
23
extra_toolchains: 'python3'
24
25
duckdb-stable-deploy:
@@ -31,6 +31,6 @@ jobs:
31
32
33
34
35
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
36
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments