Skip to content

Commit 640fc62

Browse files
authored
Exclude windows_amd64_mingw
Attempt to exclude mingw builds selectively
1 parent db0ebb7 commit 640fc62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/MainDistributionPipeline.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
duckdb_version: main
2020
ci_tools_version: main
2121
extension_name: http_client
22+
exclude_archs: 'windows_amd64_mingw'
2223

2324
duckdb-stable-build:
2425
name: Build extension binaries
@@ -27,6 +28,7 @@ jobs:
2728
duckdb_version: v1.1.1
2829
ci_tools_version: v1.1.1
2930
extension_name: http_client
31+
exclude_archs: 'windows_amd64_mingw'
3032

3133
duckdb-stable-deploy:
3234
name: Deploy extension binaries
@@ -37,3 +39,4 @@ jobs:
3739
duckdb_version: v1.1.1
3840
extension_name: http_client
3941
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
42+
exclude_archs: 'windows_amd64_mingw'

0 commit comments

Comments
 (0)