Skip to content

Commit e451fe0

Browse files
committed
Add nix- prefixed runner label, keeping old label for compat
1 parent 93b7e81 commit e451fe0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pkgs/github-runner-config.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
github-runner-use-gh-token ? true,
1212
github-runner-group ? null,
1313
github-runner-name ? null,
14-
github-runner-labels ? [ stdenv.hostPlatform.system ],
14+
github-runner-labels ? [
15+
stdenv.hostPlatform.system
16+
"nix-${stdenv.hostPlatform.system}"
17+
],
1518
github-runner-work ? null,
1619
github-runner-ephemeral ? false,
1720
}:

0 commit comments

Comments
 (0)