rails/docked

Setup build process for creating a single multi-platform image

dhh opened this issue · 2 comments

dhh commented

Currently there are separate images for macOS (darwin/arm64) and Linux/Windows (linux/amd64). Would be nicer to have a single image, but buildx can't do that locally on macOS. Can we do it via a GH action? Or is there another process we can setup to build these images automatically?

dhh commented

Got one going using GitHub Actions, but I'm stumped on why there's a permission issue pushing to gcr.io: https://github.com/rails/docked/actions/runs/3705962046