Skip to content

Commit

Permalink
Merge pull request #6 from hannes/moreplatforms
Browse files Browse the repository at this point in the history
more platforms
  • Loading branch information
hannes authored Jun 5, 2024
2 parents 7b39df0 + e27f734 commit 20a81e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
needs: prepare
uses: ./.github/workflows/_extension_distribution.yml
with:
duckdb_version: main
duckdb_version: v1.0.0
extension_name: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;linux_amd64;linux_amd64_gcc4;linux_arm64;windows_amd64;windows_amd64_rtools'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
repository: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_GITHUB }}
ref: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_REF }}

Expand All @@ -49,9 +49,9 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
with:
deploy_latest: true
duckdb_version: main
duckdb_version: v1.0.0
extension_name: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;linux_amd64;linux_amd64_gcc4;linux_arm64;windows_amd64;windows_amd64_rtools'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
repository: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_GITHUB }}
ref: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_REF }}

4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
duckdb_version: v1.0.0
extension_name: ${{ matrix.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;linux_amd64;linux_amd64_gcc4;linux_arm64;windows_amd64;windows_amd64_rtools'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
repository: ${{ matrix.COMMUNITY_EXTENSION_GITHUB }}
ref: ${{ matrix.COMMUNITY_EXTENSION_REF }}

Expand All @@ -53,7 +53,7 @@ jobs:
deploy_latest: true
duckdb_version: v1.0.0
extension_name: ${{ matrix.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;linux_amd64;linux_amd64_gcc4;linux_arm64;windows_amd64;windows_amd64_rtools'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
repository: ${{ matrix.COMMUNITY_EXTENSION_GITHUB }}
ref: ${{ matrix.COMMUNITY_EXTENSION_REF }}

Expand Down

0 comments on commit 20a81e3

Please sign in to comment.