Skip to content

Commit

Permalink
wrong defaults for matrix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoberry committed Apr 2, 2024
1 parent 5f8f133 commit e2a1aeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ on:
duckdb_version:
required: true
type: string
default: "linux_amd64;linux_amd64_gcc4;osx_arm64;wasm_mvp;wasm_eh;wasm_threads;linux_arm64;osx_amd64;windows_amd64_rtools"
# ';' separated list of architectures to exclude, for example: 'linux_amd64;osx_arm64'
# ';' separated list of architectures to exclude, for example: 'linux_amd64;osx_arm64'
exclude_archs:
required: false
type: string
default: ""
default: "linux_amd64;linux_amd64_gcc4;osx_arm64;wasm_mvp;wasm_eh;wasm_threads;linux_arm64;osx_amd64;windows_amd64_rtools"
# Postfix added to artifact names. Can be used to guarantee unique names when this workflow is called multiple times
artifact_postfix:
required: false
Expand Down

0 comments on commit e2a1aeb

Please sign in to comment.