We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0ebb7 commit 640fc62Copy full SHA for 640fc62
.github/workflows/MainDistributionPipeline.yml
@@ -19,6 +19,7 @@ jobs:
19
duckdb_version: main
20
ci_tools_version: main
21
extension_name: http_client
22
+ exclude_archs: 'windows_amd64_mingw'
23
24
duckdb-stable-build:
25
name: Build extension binaries
@@ -27,6 +28,7 @@ jobs:
27
28
duckdb_version: v1.1.1
29
ci_tools_version: v1.1.1
30
31
32
33
duckdb-stable-deploy:
34
name: Deploy extension binaries
@@ -37,3 +39,4 @@ jobs:
37
39
38
40
41
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
42
0 commit comments