File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -26,28 +26,19 @@ jobs:
26
26
nix-shell --run "pytest"
27
27
28
28
build-aarch64-linux :
29
- runs-on : ubuntu-latest
29
+ runs-on : ubuntu-24.04-arm
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
33
33
- uses : DeterminateSystems/nix-installer-action@main
34
34
with :
35
35
github-token : ${{ secrets.GITHUB_TOKEN }}
36
- extra-conf : |
37
- extra-platforms = aarch64-linux
38
-
39
- - name : Install QEMU
40
- run : |
41
- export DEBIAN_FRONTEND=noninteractive
42
- sudo apt-get update -q -y
43
- sudo apt-get install -q -y qemu-system-aarch64 binfmt-support qemu-user-static
44
36
45
37
- name : CI
46
38
run : |
47
- # already running linters in x86_64 already, no need to rerun them here
48
- nix build --print-build-logs --option system aarch64-linux
39
+ nix flake check --print-build-logs
49
40
# non-flake build
50
- nix-build --option system aarch64-linux
41
+ nix-build
51
42
52
43
it-x86_64-linux :
53
44
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments