Go to file
Dustin 579a42a5f0 Support selecting build architecture
The `buildContainerImage` method now supports an optional `arch` keyword
argument.  This argument can be used to select the architecture of the
node running the pod building the container image.  If unspecified, it
defaults to `amd64`.
2022-11-27 17:30:52 -06:00
resources Initial commit 2022-11-06 21:36:25 -06:00
vars Support selecting build architecture 2022-11-27 17:30:52 -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!