Skip to content

Commit

Permalink
Disable aarch64-linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Sep 10, 2024
1 parent 09e0b2a commit 57e5de8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
name: build (${{ matrix.system }})
strategy:
matrix:
system: [x86_64-linux, aarch64-linux]
system:
- x86_64-linux
# - aarch64-linux
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: sudo apt-get update && sudo apt-get install -y qemu-user-static
# - run: sudo apt-get update && sudo apt-get install -y qemu-user-static
- name: Setup Nix
uses: cachix/install-nix-action@V27
with:
Expand Down

0 comments on commit 57e5de8

Please sign in to comment.