Commit Graph

3 Commits (master)

Author SHA1 Message Date
Dustin d699a9b49c ci: Set default branch name
dustin/tmpl/pipeline/head This commit looks good Details
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
Dustin d84603a6ac ci: Use containerimages pipeline library
dustin/tmpl/pipeline/head This commit looks good Details
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
Dustin e5403dbc66 ci: Add Jenkins build pipeline
dustin/tmpl/pipeline/head This commit looks good Details
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