ci: Add Jenkins pipeline
All checks were successful
ContainerImages/local_exporter/pipeline/head This commit looks good

Using the new `buildContainerImage2` function in order to support
multiarch builds.
This commit is contained in:
2023-10-04 22:12:26 -05:00
parent 0288ec4198
commit 14bde2094e

3
Jenkinsfile vendored Normal file
View File

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