Compare commits
1 Commits
d05a4868bc
...
af216e294d
Author | SHA1 | Date |
---|---|---|
|
af216e294d |
|
@ -28,7 +28,7 @@ pipeline {
|
|||
stage('Build: aarch64') {
|
||||
agent {
|
||||
kubernetes {
|
||||
yamlFile 'ci/podTemplate.yaml
|
||||
yamlFile 'ci/podTemplate.yaml'
|
||||
nodeSelector 'kubernetes.io/arch=arm64'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue