You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grafana/cloudcost-exporter is using the build-push-to-dockerhub action to publish containers. One pain point is that the arm builds take upwards for 15 minutes to complete and without knowing this firsthand, it appears like the action hangs. I wonder if there's anything that we can do to speed up the arm builds? If it wasn't a shared action, I would follow @\julienduchesne's advice and build the binary first without using buildx and then add the binary at build time.
Is there a way the shared-workflows could support this in current state?
The text was updated successfully, but these errors were encountered:
grafana/cloudcost-exporter is using the
build-push-to-dockerhub
action to publish containers. One pain point is that the arm builds take upwards for 15 minutes to complete and without knowing this firsthand, it appears like the action hangs. I wonder if there's anything that we can do to speed up the arm builds? If it wasn't a shared action, I would follow @\julienduchesne's advice and build the binary first without using buildx and then add the binary at build time.Is there a way the shared-workflows could support this in current state?
The text was updated successfully, but these errors were encountered: