Skip to content

Commit

Permalink
excldue wasm and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pdet committed Sep 11, 2024
1 parent 5456da0 commit 2293c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
duckdb_version: v1.1.0
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
extension_name: substrait

duckdb-stable-deploy:
Expand All @@ -36,4 +37,5 @@ jobs:
secrets: inherit
with:
duckdb_version: v1.1.0
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
extension_name: substrait

0 comments on commit 2293c80

Please sign in to comment.