temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Enable caches for multiarch builds #168

Closed tdeebswihart closed 1 year ago

tdeebswihart commented 1 year ago

What was changed

Caching is now enabled for the cross-platform build where it's really needed. I cleaned up how we specify the cache parameters as well so we're not copy-pasting a blob of text across multiple steps.

Why?

My overworked reviewer and I both missed this as we're obviously juggling too many things at once.