# act_runner configuration. # # The `ubuntu-latest` label is mapped to catthehacker/ubuntu:act-latest, # which is multi-arch — Docker on Apple Silicon pulls the arm64 variant # and runs it natively (no QEMU). The same image is what `act` uses # locally, so workflows behave the same. log: level: info runner: file: /data/.runner capacity: 1 fetch_timeout: 5s fetch_interval: 2s labels: - "ubuntu-latest:docker://catthehacker/ubuntu:act-latest" cache: enabled: true dir: /data/cache container: # Spawned workflow containers join the same network as Gitea so # actions/checkout and other steps can reach the server at # http://gitea:3000. network: galaxy-local-gitea-net privileged: false options: "" workdir_parent: "" valid_volumes: [] force_pull: false host: workdir_parent: ""