Run CI only for x86_64-linux

This commit is contained in:
Andrea Ciceri 2025-05-17 09:31:39 +02:00
parent dd8d6bb357
commit afa8f62bb8
No known key found for this signature in database

View file

@ -15,10 +15,7 @@ jobs:
echo "${{secrets.FORGEJO_SSH_KEY}}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan github.com >> ~/.ssh/known_hosts
ssh-keyscan sisko.wg.aciceri.dev >> ~/.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
- name: Build with nix (aarch64-linux)
run: nix-fast-build --no-nom --systems "" --attic-cache "nixfleet" --skip-cached --result-file result.json || true
- 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
- name: Report checks
run: report-checks