Skip to content

Commit

Permalink
Exclude windows_amd64_mingw
Browse files Browse the repository at this point in the history
Attempt to exclude mingw builds selectively
  • Loading branch information
lmangani authored Nov 9, 2024
1 parent db0ebb7 commit 640fc62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
duckdb_version: main
ci_tools_version: main
extension_name: http_client
exclude_archs: 'windows_amd64_mingw'

duckdb-stable-build:
name: Build extension binaries
Expand All @@ -27,6 +28,7 @@ jobs:
duckdb_version: v1.1.1
ci_tools_version: v1.1.1
extension_name: http_client
exclude_archs: 'windows_amd64_mingw'

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

0 comments on commit 640fc62

Please sign in to comment.