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

armv5(arm32v5) and armv6(arm32v6) images for 1.22 branch #523

Closed
d3vilh opened this issue Jun 16, 2024 · 2 comments
Closed

armv5(arm32v5) and armv6(arm32v6) images for 1.22 branch #523

d3vilh opened this issue Jun 16, 2024 · 2 comments

Comments

@d3vilh
Copy link

d3vilh commented Jun 16, 2024

Hi folks,
do you have plans to build arm32v6 or arm32v5 bookworm images of 1.22.x branch for Docker Hub?
I keep maintaining Raspberry-Pi Zero compatible images for my projects and updated GoLang image would be very useful.

slava@ukraine:~/build $ docker pull arm32v6/golang:1.22.3-bookworm
Error response from daemon: manifest for arm32v6/golang:1.22.3-bookworm not found: manifest unknown: manifest unknown
slava@ukraine:~/build $

Thanks!

@yosifkit
Copy link
Member

The 1.20 series was the last we could support on arm32v5. See this comment on #500 for more details. To get an arm32v6 image, you need use an alpine tag because the Debian OS architectures are only v5 or v7.

Alternatively, you might consider cross compiling your go-based project on a common amd64 host and then inject it (COPY --from) into an arm32v5 or v6 image.

Similar to #502

@tianon tianon closed this as completed Jun 17, 2024
@d3vilh
Copy link
Author

d3vilh commented Jun 17, 2024

Thanks a lot for the explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants