build: enforce building on computing nodes only
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
714db9fb25
commit
fcecdaee88
@ -5,6 +5,8 @@ platform:
|
||||
arch: amd64
|
||||
node_selector:
|
||||
kubernetes.io/arch: amd64
|
||||
federationhq.de/location: Blumendorf
|
||||
federationhq.de/compute: true
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
@ -38,6 +40,8 @@ platform:
|
||||
arch: arm64
|
||||
node_selector:
|
||||
kubernetes.io/arch: arm64
|
||||
federationhq.de/location: Blumendorf
|
||||
federationhq.de/compute: true
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
@ -69,6 +73,8 @@ type: kubernetes
|
||||
name: push
|
||||
node_selector:
|
||||
kubernetes.io/arch: amd64
|
||||
federationhq.de/location: Blumendorf
|
||||
federationhq.de/compute: true
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
|
Loading…
Reference in New Issue
Block a user