Compare commits

...

1 Commits

Author SHA1 Message Date
a0ed5d74bb ci: Add Jenkins pipeline
Some checks failed
infra/updatecheck/pipeline/head There was a failure building this commit
2025-11-20 06:51:40 -06:00

6
ci/Jenkinsfile vendored Normal file
View File

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