Skip to content

Commit

Permalink
Skip Windows and Wasm targets
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 30, 2024
1 parent 8ee055c commit 4568f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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: magic
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64'

duckdb-stable-build:
name: Build extension binaries
Expand All @@ -27,3 +28,4 @@ jobs:
duckdb_version: v1.1.1
ci_tools_version: main
extension_name: magic
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64'

0 comments on commit 4568f18

Please sign in to comment.