3 Commits

Author SHA1 Message Date
d699a9b49c ci: Set default branch name
All checks were successful
dustin/tmpl/pipeline/head This commit looks good
The `buildContainerImage2` function assumes the default branch name is
*main*, but it's *master* for this repository.  If this is not correct,
the `latest` tag will not be updated in the container registry.
2024-01-19 14:12:15 -06:00
d84603a6ac ci: Use containerimages pipeline library
All checks were successful
dustin/tmpl/pipeline/head This commit looks good
The `buildContainerImage2` function now accepts a `pi` argument, which
controls whether or not the build can run on a Raspberry Pi.  Since the
only reason we were not using this function before was to avoid building
on a Pi, we no longer need the custom code.
2024-01-19 10:27:38 -06:00
e5403dbc66 ci: Add Jenkins build pipeline
All checks were successful
dustin/tmpl/pipeline/head This commit looks good
We'll build and publish `tmpl` with a container image, to make it easier
for other container images to include it.
2024-01-14 11:20:03 -06:00