-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Provide multiarch Docker image #1127
Comments
This is more or less a duplicate of #53. I want to build a drone plugin that can build different architectures. |
Copied the wrong link, #531 |
You can add the 1.2.0 milestone, I will build the multi arch drone plugin |
@tboerger any update for this? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Unstale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
closing as we have an multiarch image now. |
Description
#531 describes the need for a Raspberry Pi (armhf) Docker image. Similarly there are other needs for other Docker images supporting other non-Intel platforms, including ARMv8.
The proposed effort would build a
multiarch
Docker manifest that would allow a single Docker image serve all supported platforms.The analogous effort was done by Portainer in the issue portainer/portainer#285 .
gitea would be one of the first applications to support a multiarch Docker build, and as such the build tools are relatively unrefined and incomplete (though not all that complicated).
The text was updated successfully, but these errors were encountered: