From dcf2799ed415608ff905b4731f72be74b18eccd8 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 11 Jun 2024 19:48:50 +0200 Subject: [PATCH] feat: re-label forgejo workers to include the arch --- hosts/ami/forgejo-action-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/forgejo-action-runner.nix b/hosts/ami/forgejo-action-runner.nix index 2f20807..8207891 100644 --- a/hosts/ami/forgejo-action-runner.nix +++ b/hosts/ami/forgejo-action-runner.nix @@ -19,7 +19,7 @@ in { inherit name; url = config.services.forgejo.settings.server.ROOT_URL; tokenFile = config.age.secrets.kitchen-runner-token.path; - labels = ["docker" "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"]; + labels = ["docker-aarch64" "ubuntu-latest-aarch64:docker://ghcr.io/catthehacker/ubuntu:act-latest"]; settings = { log.level = "warn"; container.network = "host";