chore: optimize gitea runner

This commit is contained in:
m3tm3re
2026-01-21 17:59:58 +01:00
parent 3b2d19f8a6
commit 39d2b5a609

View File

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