Forced builds to build and deploy to arm64 nodes.

This commit is contained in:
2023-01-11 18:40:09 +02:00
parent e8e3432855
commit 2716a18615
4 changed files with 8 additions and 0 deletions

2
cicd/Jenkinsfile vendored
View File

@@ -10,6 +10,8 @@ kind: Pod
metadata:
name: wedding-fe-"""+BRANCH_NAME+"""-build
spec:
nodeSelector:
kubernetes.io/arch: arm64
serviceAccountName: jenkins-admin
containers:
- name: kaniko