Tolerate x86 architecture in drone-runner

This will cause some builds to fail (or, possibly, to build unusable
images), until their builds are migrated to use
https://github.com/thegeeklab/drone-docker-buildx
This commit is contained in:
Jack Jackson 2023-07-17 19:47:08 -07:00
parent 57b22e6cdb
commit c7a24e0847

View File

@ -10,7 +10,6 @@ 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
@ -26,6 +25,10 @@ drone-runner:
- "--host"
- "tcp://localhost:2375"
- "--mtu=1450"
tolerations:
- key: architecture
operator: Equal
value: x86
drone:
server: "drone.scubbo.org"