Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin af216e294d wip: ci: build in kubernetes
dustin/mqttdpms/pipeline/pr-master There was a failure building this commit Details
2022-12-12 13:40:01 -06:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
stage('Build: aarch64') {
agent {
kubernetes {
yamlFile 'ci/podTemplate.yaml
yamlFile 'ci/podTemplate.yaml'
nodeSelector 'kubernetes.io/arch=arm64'
}
}