Skip to content

Commit

Permalink
Suppress linux arm64 build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed May 3, 2024
1 parent 1018149 commit a5b62e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
fail-fast: false
matrix:
os: [linux, mac]
arch: [arm64, x64]
arch: [x64]
include:
- os: mac
arch: arm64

steps:
- name: Install linux dependencies
Expand Down

0 comments on commit a5b62e2

Please sign in to comment.