Revert "Tolerate x86 architecture in drone-runner"

This reverts commit c7a24e08472578c9940fead531020de1ac9c1b8a.
This commit is contained in:
Jack Jackson 2023-07-17 19:58:59 -07:00
parent c7a24e0847
commit ceba50d6f7

View File

@ -10,6 +10,7 @@ drone-server:
port: 3500
persistentVolume:
storageClass: longhorn
# Keep the Runner untolerant for now, until I progress to intentionally building dual-architecture images.
tolerations:
- key: architecture
operator: Equal
@ -25,10 +26,6 @@ drone-runner:
- "--host"
- "tcp://localhost:2375"
- "--mtu=1450"
tolerations:
- key: architecture
operator: Equal
value: x86
drone:
server: "drone.scubbo.org"