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
Docker container to run with ARM based architecture
Observed behavior
Docker container does not run with ARM based architecture
Debug log output
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
### Additional information
_No response_
The text was updated successfully, but these errors were encountered:
Docker multi-build doesn't seem to be well-supported, and there hasn't been much demand. I'll accept a community contribution for this feature, but it's not a core priority for the project right now.
This updates the build process to use goreleaser for compiling the binaries and Docker containers, adding support for arm-based builds and Docker containers. It also bundles version information into the binary and log output for easier debugging.
Closes#96Closes#52
TL;DR
ARM Architecture not supported
Expected behavior
Docker container to run with ARM based architecture
Observed behavior
Docker container does not run with ARM based architecture
Debug log output
The text was updated successfully, but these errors were encountered: