Closed Habbie closed 1 month ago
It's important to note that this breaks armel builds on forks. I suspect (but have not tried) that those forks can make them work by creating a runner group called ubicloud-standard-2-arm that will then run on GH runners and use qemu.
ubicloud-standard-2-arm
those forks can make them work by creating a runner group called ubicloud-standard-2-arm that will then run on GH runners and use qemu.
I was wrong about this.
perhaps https://stackoverflow.com/questions/71961921/specify-runner-to-be-used-depending-on-condition-in-a-github-actions-workflow
second commit makes fork use qemu instead of failing
It's important to note that this breaks armel builds on forks. I suspect (but have not tried) that those forks can make them work by creating a runner group called
ubicloud-standard-2-arm
that will then run on GH runners and use qemu.