Enable aarch64-linux in CI
Some checks failed
/ test (push) Failing after 27m9s

This commit is contained in:
Andrea Ciceri 2025-05-19 10:57:08 +02:00
parent 69dfaddbf2
commit 3ce5cff2e5
No known key found for this signature in database

View file

@ -16,6 +16,6 @@ jobs:
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Build with nix (x86_64-linux)
run: nix-fast-build --no-nom --systems "x86_64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
- name: Report checks
run: report-checks