From a2ca837b1e176902f8554ba6d9a08a910a9ac5ad Mon Sep 17 00:00:00 2001 From: Ali Ghahremani Date: Thu, 5 Dec 2024 13:41:22 +0330 Subject: [PATCH] chore: linux-arm removed --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de87632..6e06faf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,9 +29,9 @@ jobs: runs-on: macOS-latest target: x86_64-apple-darwin - - os-name: Linux-arm - runs-on: ubuntu-20.04 - target: aarch64-unknown-linux-musl + # - os-name: Linux-arm + # runs-on: ubuntu-20.04 + # target: aarch64-unknown-linux-musl # - os-name: macOS-arm # runs-on: macOS-latest