We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fcbc7 commit 961ae34Copy full SHA for 961ae34
.github/workflows/build.yml
@@ -14,12 +14,14 @@ jobs:
14
name: build (${{ matrix.system }})
15
strategy:
16
matrix:
17
- system: [x86_64-linux, aarch64-linux]
+ system:
18
+ - x86_64-linux
19
+ # - aarch64-linux
20
steps:
21
- uses: actions/checkout@v4
22
with:
23
submodules: true
- - 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
25
- name: Setup Nix
26
uses: cachix/install-nix-action@V27
27
0 commit comments