ci: Add Jenkins pipeline
ContainerImages/local_exporter/pipeline/head This commit looks good Details

Using the new `buildContainerImage2` function in order to support
multiarch builds.
main
Dustin 2023-10-04 22:12:26 -05:00
parent 0288ec4198
commit 14bde2094e
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,3 @@
// vim: set sw=4 ts=4 sts=4 et :
buildContainerImage2(archlist: ['arm64', 'amd64'])