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

(enhancement) Adding additional architectures #173

Closed
GoliathLabs opened this issue Feb 8, 2022 · 1 comment
Closed

(enhancement) Adding additional architectures #173

GoliathLabs opened this issue Feb 8, 2022 · 1 comment

Comments

@GoliathLabs
Copy link

Is your feature request related to a problem? Please describe.

I wanted to try this roundcube image on my ARM64 cloud instance. Currently, however, I can only do this by rebuilding the image on the instance each time.


Describe the solution you'd like

It is relatively easy to extend the GitHub actions to build images for other architectures (e.g. arm/v5, arm/v7, arm64/v8, ppc64le, etc). This way, users on other architectures can also use the Docker image for Roundcube.


Describe alternatives you've considered

Not supporting the architecture at all. However, there are now more and more users on other architectures (e.g. ARM64 on the Rapsberry Pi or Ampere A1 cloud instances on Oracle).


Additional context

I have already added the additional architectures to some projects I work with frequently (see: https://github.com/freifunkMUC/wg-access-server/blob/master/.github/workflows/docker.yml). The PHP Docker images support a large number of architectures. You might want to add some others if ARM64 should be added to the workflow.

@thomascube
Copy link
Member

Duplicate of #122. We're open for help and contributions on this topic. @williamdes has already done some work. Please follow-up in issue #122.

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

2 participants