Build on bare bare metal servers
* Allow builds to use cached Nix packages * Prevent them from running on my VPS * Possibly avoid re-downloading the SVN every single time?
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix-latest
|
runs-on: bare-metal
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: nix-latest
|
runs-on: bare-metal
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Flake check
|
- name: Flake check
|
||||||
|
|||||||
Reference in New Issue
Block a user