Files
tmpl/ci/Jenkinsfile
Dustin C. Hatch d84603a6ac
All checks were successful
dustin/tmpl/pipeline/head This commit looks good
ci: Use containerimages pipeline library
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

7 lines
103 B
Groovy

@Library('containerimages')_
buildContainerImage2(
archlist: ['amd64', 'arm64'],
pi: false,
)