chore: optimize gitea runner
This commit is contained in:
@@ -12,12 +12,7 @@
|
|||||||
|
|
||||||
# nixos:host is primary, ubuntu is fallback
|
# nixos:host is primary, ubuntu is fallback
|
||||||
labels = [
|
labels = [
|
||||||
# Primary: Run directly on host (fastest, has Nix installed)
|
|
||||||
"nixos:host"
|
"nixos:host"
|
||||||
|
|
||||||
# Fallback: Docker-based execution for compatibility
|
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
|
||||||
"ubuntu-22.04:docker://node:20-bullseye"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Host execution packages
|
# Host execution packages
|
||||||
@@ -28,6 +23,7 @@
|
|||||||
git
|
git
|
||||||
jq
|
jq
|
||||||
nix
|
nix
|
||||||
|
nix-update
|
||||||
nodejs
|
nodejs
|
||||||
# Add any other tools you need for nix-update workflows
|
# Add any other tools you need for nix-update workflows
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user