From e3ca059c3910222404b5b58991b89b35e40d5aa8 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 26 Oct 2024 14:18:29 -0700 Subject: [PATCH] Update build_arm.yml --- .github/workflows/build_arm.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index a62e4f7..d2728b0 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -1,4 +1,4 @@ -name: Build +name: Build ARM on: [push, pull_request] jobs: build_wheels: @@ -7,14 +7,14 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - cibw_archs: "native" + # - os: ubuntu-latest + # cibw_archs: "native" - os: ubuntu-latest cibw_archs: "aarch64" - - os: windows-latest - cibw_archs: "native ARM64" - - os: macos-latest - cibw_archs: "native arm64" + # - os: windows-latest + # cibw_archs: "native ARM64" + # - os: macos-latest + # cibw_archs: "native arm64" steps: - name: Set up QEMU