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

Publish Docker images for ARM architecture #185

Closed
ngosang opened this issue Mar 5, 2022 · 3 comments
Closed

Publish Docker images for ARM architecture #185

ngosang opened this issue Mar 5, 2022 · 3 comments

Comments

@ngosang
Copy link

ngosang commented Mar 5, 2022

It's easy with Docker buildx. I'm doing it in some of my projects with GitHub actions => https://github.com/ngosang/docker-amule/blob/master/.github/workflows/release-docker.yml#L49

Requested archs:

  • linux/arm/v7 => arm32
  • linux/arm64/v8 => arm64
@fdw
Copy link

fdw commented Mar 20, 2022

I think this is a duplicate of #125 .

@MichaelEischer
Copy link
Member

Closed as duplicate.

@ngosang
Copy link
Author

ngosang commented Dec 6, 2022

I built and published my own image with support for 7 architectures. I will maintain it for now, but I would prefer that at some point the official Docker image includes support for multi-arch so I don't have to maintain it. Fell free to copy anything you need from my repository.

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