build: enforce building on computing nodes only
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Meyer 2024-10-10 22:20:48 +02:00
parent 714db9fb25
commit fcecdaee88
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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,6 +73,8 @@ 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