Compare commits

..

No commits in common. "60dd10c8cadd2367de58415118251f992c638a88" and "c7f8011da809a42e36c7641f963e12f1603a5624" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

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

View file

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

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-aarch64" "ubuntu-latest-aarch64:docker://ghcr.io/catthehacker/ubuntu:act-latest"];
labels = ["docker" "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"];
settings = {
log.level = "warn";
container.network = "host";