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 a1c89a7 commit 27164a4Copy full SHA for 27164a4
.github/workflows/MainDistributionPipeline.yml
@@ -12,18 +12,11 @@ concurrency:
12
cancel-in-progress: true
13
14
jobs:
15
- duckdb-next-build:
16
- name: Build extension binaries
17
- uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
18
- with:
19
- duckdb_version: main
20
- ci_tools_version: main
21
- extension_name: vortex
22
-
23
duckdb-stable-build:
24
name: Build extension binaries
25
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
26
with:
27
duckdb_version: v1.2.2
28
ci_tools_version: v1.2.1
29
extension_name: vortex
+ exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64"
0 commit comments