use toleration form amd64 builds
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
d29a021526
commit
a7efc524ce
16
.drone.yml
16
.drone.yml
|
@ -1,7 +1,15 @@
|
|||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: amd64
|
||||
name: build-amd64
|
||||
|
||||
# node_selector:
|
||||
# beta.kubernetes.io/arch: amd64
|
||||
|
||||
tolerations:
|
||||
- key: kubernetes.io/arch
|
||||
value: amd64
|
||||
operator: "Equal"
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
|
@ -16,10 +24,10 @@ steps:
|
|||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: arm64
|
||||
name: build-arm64
|
||||
|
||||
node_selector:
|
||||
beta.kubernetes.io/arch: arm64
|
||||
# node_selector:
|
||||
# beta.kubernetes.io/arch: arm64
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
|
|
Reference in New Issue