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 551ee45 commit 042e69fCopy full SHA for 042e69f
.github/workflows/MainDistributionPipeline.yml
@@ -19,11 +19,13 @@ jobs:
19
duckdb_version: main
20
ci_tools_version: main
21
extension_name: kafquack
22
+ exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;wasm_threads;wasm_eh;wasm_mvp;'
23
24
duckdb-stable-build:
25
name: Build extension binaries
26
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1.3
27
with:
28
duckdb_version: v1.1.3
29
ci_tools_version: v1.1.3
- extension_name: kafquack
30
+ extension_name: kafquack
31
0 commit comments