Dustin C. Hatch b98e6a99ae bci2: Add resources argument
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.
2025-09-26 10:16:26 -05:00
2025-09-26 10:16:26 -05:00
2022-11-06 21:36:25 -06:00

Container Images Shared Library

This shared library allows jobs to build and publish container images to Gitea very easily:

buildContainerImage()

That's it!

Description
No description provided
Readme 145 KiB
Languages
Groovy 100%