ci: use ubuntu-latest-aarch64 instead of ubuntu-latest #34

Merged
chef merged 2 commits from chef/relabel-workers into main 2024-06-11 17:56:43 +00:00 AGit
Showing only changes of commit dcf2799ed4 - Show all commits

View file

@ -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";