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
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ env:
jobs: jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest-aarch64
steps: steps:
- uses: https://github.com/docker/setup-qemu-action@v3 - uses: https://github.com/docker/setup-qemu-action@v3
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View file

@ -4,7 +4,7 @@ on:
jobs: jobs:
update-flake: update-flake:
runs-on: ubuntu-latest runs-on: ubuntu-latest-aarch64
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v26 - uses: https://github.com/cachix/install-nix-action@v26

View file

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