diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 3231690..4c70b08 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -19,6 +19,6 @@ jobs: # - 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 + run: nix-fast-build --no-nom --systems "" --attic-cache "nixfleet" --skip-cached --result-file result.json --remote root@sisko.wg.aciceri.dev || true - name: Report checks run: report-checks