Go to file
Dustin 1b37d9510d bci2: Allow jobs to choose if they run on an RPi
Jobs that need to compile code, as opposed to simply installing
prebuilt packages and/or copying in files, probably do not want to run
on a Raspberry Pi.  To allow such jobs to opt out of running on a Pi and
wait for the Cluster Autoscaler to bring up an aarch64 node in AWS, the
`buildContainerImage2` function now takes an optional `pi` argument.
The argument defaults to `true`, so existing jobs that expect to run on
a Pi will continue to do so.
2024-01-14 17:16:26 -06:00
resources bci2: Allow jobs to choose if they run on an RPi 2024-01-14 17:16:26 -06:00
vars bci2: Allow jobs to choose if they run on an RPi 2024-01-14 17:16:26 -06:00
README.md Initial commit 2022-11-06 21:36:25 -06:00

README.md

Container Images Shared Library

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

buildContainerImage()

That's it!