Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM Architecture not supported #96

Closed
igoooor opened this issue Aug 4, 2022 · 1 comment · Fixed by #102
Closed

ARM Architecture not supported #96

igoooor opened this issue Aug 4, 2022 · 1 comment · Fixed by #102

Comments

@igoooor
Copy link

igoooor commented Aug 4, 2022

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

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_
@igoooor igoooor added the bug label Aug 4, 2022
@sethvargo
Copy link
Member

Hi @igoooor

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.

@sethvargo sethvargo added enhancement and removed bug labels Aug 5, 2022
sethvargo added a commit that referenced this issue Aug 23, 2022
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 #96
Closes #52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants