jimmidyson / configmap-reload

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Apache License 2.0
983 stars 193 forks source link

arm images broken for v0.10 and v0.11 #90

Closed dschaaff closed 1 year ago

dschaaff commented 1 year ago

The error exec /configmap-reload: exec format error is given when attempting to run either the 0.10 or 0.11 images on arm nodes. 0.9 and older work correctly.

jimmidyson commented 1 year ago

Oops sorry! Fixed in #91. Will release ASAP

jimmidyson commented 1 year ago

This is fixed in v0.11.1 - thanks for reporting!

dschaaff commented 1 year ago

Thanks!