Skip to content

Commit 315f0db

Browse files
committed
(chore) Removes arm builds from CI for testing
1 parent ffa7984 commit 315f0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os-arch:
1818
- { os: ubuntu-latest, arch: x86_64 }
19-
- { os: ubuntu-24.04-arm, arch: aarch64 }
19+
# - { os: ubuntu-24.04-arm, arch: aarch64 }
2020

2121
name: Build wheels on ${{ matrix.os-arch.os }} ${{ matrix.os-arch.arch }}
2222
runs-on: ${{ matrix.os-arch.os }}

0 commit comments

Comments
 (0)