Remove 'docker' tag on native hosts. Leave it for kubernetes.

This commit is contained in:
Joseph Hanson 2024-07-01 11:11:17 -05:00
parent 655da91990
commit 4d0addac13
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@
# Obtaining the path to the runner token file may differ
tokenFile = config.sops.secrets.forgejo-runner-token.path;
labels = [
"docker:docker://node:20-bullseye"
"aarch64"
"linux"
"pc"

View file

@ -53,7 +53,6 @@
# Obtaining the path to the runner token file may differ
tokenFile = config.sops.secrets.forgejo-runner-token.path;
labels = [
"docker:docker://node:20-bullseye"
"x86_64"
"linux"
"pc"