Skip to content

Commit

Permalink
REMOVE aarch64 crosss build option momently
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Oct 4, 2024
1 parent b3a5f1b commit 09b287a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
target: x86_64-unknown-linux-gnu
artifact_name: core-to-core-latency
asset_name: core-to-core-latency-linux-amd64
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
artifact_name: core-to-core-latency
asset_name: core-to-core-latency-linux-arm64
# - os: ubuntu-latest
# target: aarch64-unknown-linux-gnu
# artifact_name: core-to-core-latency
# asset_name: core-to-core-latency-linux-arm64
- os: windows-latest
target: x86_64-pc-windows-msvc
artifact_name: core-to-core-latency.exe
Expand All @@ -36,10 +36,10 @@ jobs:
target: x86_64-apple-darwin
artifact_name: core-to-core-latency
asset_name: core-to-core-latency-macos-amd64
- os: macos-latest
target: aarch64-apple-darwin
artifact_name: core-to-core-latency
asset_name: core-to-core-latency-macos-arm64
# - os: macos-latest
# target: aarch64-apple-darwin
# artifact_name: core-to-core-latency
# asset_name: core-to-core-latency-macos-arm64

steps:
- name: Checkout repository
Expand Down

0 comments on commit 09b287a

Please sign in to comment.