From 8804f04d28a7173489498e6e0b8ab9949a699df7 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 17 May 2025 09:30:03 +0200 Subject: [PATCH] CI test --- .forgejo/workflows/build.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index aae572c..3231690 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,7 +15,10 @@ jobs: echo "${{secrets.FORGEJO_SSH_KEY}}" > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 ssh-keyscan github.com >> ~/.ssh/known_hosts - - name: Build with nix - run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "nixfleet" --skip-cached --result-file result.json || true + 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: Report checks run: report-checks