From 09b287acbf41f55020cab20835b1f1116bdcdb3c Mon Sep 17 00:00:00 2001 From: karminski Date: Fri, 4 Oct 2024 08:47:39 +0800 Subject: [PATCH] REMOVE aarch64 crosss build option momently --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a13e5dd..4fd0873 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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