Skip to content

Commit

Permalink
trying arm64 for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
hafenkran committed Jul 3, 2024
1 parent fc7b45f commit 6c5fe66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
duckdb_version: v1.0.0
extension_name: bigquery
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_arm64;linux_arm64;linux_amd64_gcc4'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_amd64;linux_arm64;linux_amd64_gcc4'
vcpkg_commit: 'a4275b7eee79fb24ec2e135481ef5fce8b41c339'

duckdb-stable-deploy:
Expand All @@ -29,5 +29,5 @@ jobs:
with:
duckdb_version: v1.0.0
extension_name: bigquery
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_arm64;linux_arm64;linux_amd64_gcc4'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;osx_amd64;linux_arm64;linux_amd64_gcc4'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 6c5fe66

Please sign in to comment.