diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile new file mode 100644 index 0000000..019ba8c --- /dev/null +++ b/ci/Jenkinsfile @@ -0,0 +1,6 @@ +@Library('containerimages')_ +buildContainerImage2( + archlist: ['amd64', 'arm64'], + project: 'infra', + pi: false +)