Add Jenkinsfile

master
Dustin 2024-01-12 19:22:33 -06:00
parent be1042cda7
commit f0ee31e3b1
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,6 @@
@Library('containerimages')_
buildContainerImage2(
project: 'infra',
archlist: ['amd64', 'arm64'],
)