hendricius / the-sourdough-framework

Open source book dedicated to helping you to make the best possible sourdough bread at home.

Home Page:https://breadco.de/book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile Docker image for arm64 architecture

sha1sum opened this issue · comments

I am on a Mac. When compiling the book I noticed that the Docker image is only built for amd64 architecture. It would run much faster on my M2 (or any ARM-based machine) if it weren't emulating amd64 architecture but was built for multiple architectures.

I know how to do this but have no access to the GitHub Container Registry for the image push.

The way the Actions are set up uses the branch name as a tag, and I had a / in the original PR branch, which is not valid in a Docker image tag, so I closed that one and re-opened with another branch.