Skip to content

Commit 961ae34

Browse files
committed
Disable aarch64-linux build
1 parent 60fcbc7 commit 961ae34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
name: build (${{ matrix.system }})
1515
strategy:
1616
matrix:
17-
system: [x86_64-linux, aarch64-linux]
17+
system:
18+
- x86_64-linux
19+
# - aarch64-linux
1820
steps:
1921
- uses: actions/checkout@v4
2022
with:
2123
submodules: true
22-
- run: sudo apt-get update && sudo apt-get install -y qemu-user-static
24+
# - run: sudo apt-get update && sudo apt-get install -y qemu-user-static
2325
- name: Setup Nix
2426
uses: cachix/install-nix-action@V27
2527
with:

0 commit comments

Comments
 (0)