We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199c390 commit 5eb1ef7Copy full SHA for 5eb1ef7
.github/workflows/MainDistributionPipeline.yml
@@ -21,6 +21,7 @@ jobs:
21
duckdb_version: main
22
ci_tools_version: main
23
extension_name: pbix
24
+ exclude_archs: 'windows_amd64_mingw;linux_amd64_musl'
25
26
duckdb-stable-build:
27
name: Build extension binaries
@@ -29,3 +30,4 @@ jobs:
29
30
duckdb_version: v1.2.1
31
ci_tools_version: v1.2.1
32
33
0 commit comments