Conversation
|
Any chance that this gets merged soon? Would really love to run beehive on a Raspberry Pi :) |
|
Afraid that's only part of a solution. Ideally we integrate Docker builds with goreleaser, as this release script is a bit obsolete. Sadly there are still issues with goreleaser and cross-platform builds. We'll also have to disable the automated Docker hub builds, otherwise these approaches will constantly race each other, at least for the I will do a manual build & push for the latest stable release, so you can at least start using it on a Pi. |
|
Actually this is even more complicated than anticipated, because buildx is still an experimental feature and not enabled by default. |
7e38b36 to
120d7a2
Compare
This commit adds multi-arch docker builds using docker buildx to the release script and a new github action.
|
This might help us: https://goreleaser.com/customization/docker_manifest/ |
|
Hey @muesli I implemented the github action (ref: #314 (comment)).
It uses the same experimental setup, so even if we use goreleaser, you will have to set up |
Closes #314