Compare commits

...

2 commits

Author SHA1 Message Date
dd8d6bb357
Merge branch 'master' of git.aciceri.dev:aciceri/nixfleet
Some checks failed
/ test (push) Has been cancelled
2025-05-17 09:30:28 +02:00
8804f04d28
CI test 2025-05-17 09:30:03 +02:00

View file

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