build: switch to building on different nodes
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Dominik Meyer 2024-09-14 13:58:19 +02:00
parent cff045b665
commit 8724948287
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -5,7 +5,7 @@ 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
@ -33,7 +33,7 @@ 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
@ -59,7 +59,7 @@ 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