runner!
All checks were successful
Hello World / test (push) Successful in 4s

This commit is contained in:
plasmagoat 2025-06-07 01:37:49 +02:00
parent 3658fb2285
commit f49c705d36
3 changed files with 34 additions and 24 deletions

View file

@ -0,0 +1,4 @@
```bash
ssh-keygen -t ed25519 -C "forgejo-runner" -f forgejo-image-uploader
```

View file

@ -20,6 +20,7 @@
# "ubuntu-22.04:docker://node:16-bullseye"
# "ubuntu-20.04:docker://node:16-bullseye"
# "ubuntu-18.04:docker://node:16-buster"
"nixos:docker://cachix/nix-build-action"
## optionally provide native execution on the host:
# "native:host"
];