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.
7 lines
103 B
Groovy
7 lines
103 B
Groovy
@Library('containerimages')_
|
|
|
|
buildContainerImage2(
|
|
archlist: ['amd64', 'arm64'],
|
|
pi: false,
|
|
)
|