File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 33#
44name : Main Extension Distribution Pipeline
55on :
6- push :
76 pull_request :
8- workflow_dispatch :
97
108concurrency :
119 group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1210 cancel-in-progress : true
1311
1412jobs :
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-
2313 duckdb-stable-build :
2414 name : Build extension binaries
2515 uses :
duckdb/extension-ci-tools/.github/workflows/[email protected] 2616 with :
2717 duckdb_version : v1.2.2
2818 ci_tools_version : v1.2.1
2919 extension_name : vortex
20+ exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_amd64_gcc4;linux_amd64_musl;linux_arm64;osx_amd64"
You can’t perform that action at this time.
0 commit comments