1
0
Fork 0

Hardcode RUNNER_OS
Some checks failed
/ Build oci-builder (push) Failing after 9s

This works around https://github.com/nektos/act/issues/1990, which also
appears in forgejo runner.
This commit is contained in:
ver4a 2025-04-14 16:31:59 +02:00
parent 01508714c8
commit 2f8cfa7a69

View file

@ -1,6 +1,8 @@
on:
push:
env:
RUNNER_OS: 'Linux'
jobs:
oci-builder: