1
0
Fork 0

use toleration form amd64 builds
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Massaki Archambault 2021-12-16 12:58:03 -05:00
parent d29a021526
commit a7efc524ce
1 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,15 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: amd64 name: build-amd64
# node_selector:
# beta.kubernetes.io/arch: amd64
tolerations:
- key: kubernetes.io/arch
value: amd64
operator: "Equal"
steps: steps:
- name: docker - name: docker
@ -16,10 +24,10 @@ steps:
--- ---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: arm64 name: build-arm64
node_selector: # node_selector:
beta.kubernetes.io/arch: arm64 # beta.kubernetes.io/arch: arm64
steps: steps:
- name: docker - name: docker