ci: use ubuntu-latest-aarch64 instead of ubuntu-latest #34
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in {
|
||||||
inherit name;
|
inherit name;
|
||||||
url = config.services.forgejo.settings.server.ROOT_URL;
|
url = config.services.forgejo.settings.server.ROOT_URL;
|
||||||
tokenFile = config.age.secrets.kitchen-runner-token.path;
|
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 = {
|
settings = {
|
||||||
log.level = "warn";
|
log.level = "warn";
|
||||||
container.network = "host";
|
container.network = "host";
|
||||||
|
|
Loading…
Reference in a new issue