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