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
|
arch: amd64
|
||||||
node_selector:
|
node_selector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -38,6 +40,8 @@ platform:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
node_selector:
|
node_selector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -69,7 +73,9 @@ type: kubernetes
|
|||||||
name: push
|
name: push
|
||||||
node_selector:
|
node_selector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
config_map:
|
config_map:
|
||||||
|
Loading…
Reference in New Issue
Block a user