b98e6a99ae2e64f18d5ca72cf5d38b087e10b364
Instead of a top-level boolean that says whether or not the build can/should run on a Raspberry Pi, we'll expose a `resources` argument that allows jobs to specify their compute requirements. If they're not specified, then the job can run anywhere. Otherwise, if the requirements are too large for a Pi, then the autoscaler will launch a cloud worker to handle the build.
Container Images Shared Library
This shared library allows jobs to build and publish container images to Gitea very easily:
buildContainerImage()
That's it!
Description
Languages
Groovy
100%