Skip to content

Commit

Permalink
Do a full build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Nov 8, 2024
1 parent 5ee179a commit 444ae84
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ jobs:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- uses: actions/checkout@v4
- run: nix run nixpkgs#nix-eval-jobs -- --gc-roots-dir gcroot --check-cache-status --flake '.#nixosConfigurations.install-image-orangepi5plus.config.system.build.toplevel'
- run: nix build '.#nixosConfigurations.install-image-orangepi5plus.config.system.build.toplevel'
# - uses: simonswine/hetzner-github-runner@HEAD
# with:
# github-api-key: ${{ secrets.GH_API_KEY_RUNNER }}
# hetzner-api-key: ${{ secrets.HETZNER_API_KEY }}
# hetzner-instance-type: cax21
- uses: simonswine/hetzner-github-runner@HEAD
with:
github-api-key: ${{ secrets.GH_API_KEY_RUNNER }}
hetzner-api-key: ${{ secrets.HETZNER_API_KEY }}
hetzner-instance-type: cax21
build-arm64:
if: false
#if: false
runs-on: self-hosted
needs: prepare-arm64-runner
steps:
Expand Down

0 comments on commit 444ae84

Please sign in to comment.