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

Add Manjaro Linux support for aarch64 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexTalker
Copy link

@AlexTalker AlexTalker commented May 22, 2022

Add support for official Manjaro Linux Docker image ( https://github.com/manjaro/manjaro-docker )

Summary

Since PR #47 has gone stale, I decided to approach the issue myself.

After evaluation of approach presented in previous PR comment versus the official way via BuildX I saw specifying target platform inside the Dockerfile as a proper solution in comparison to changing GitHub Actions of the official images to provide the image under new tags.

This however generates a warning which is a small price to pay for otherwise functional image.
See my GitHub Action result for the example.

If needed, specifying --platform for docker build and docker run might be wrapped in a separate PR as I see it,
especially since I don't have full list of supported values for it.

Add support for official Manjaro Linux Docker image ( https://github.com/manjaro/manjaro-docker )
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

Successfully merging this pull request may close these issues.

None yet

1 participant