-
-
Notifications
You must be signed in to change notification settings - Fork 301
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 specific Box64 builds for common ARM64 hosts #576
Add specific Box64 builds for common ARM64 hosts #576
Conversation
@thijsvanloef do you mind publishing a test image tag for this PR? |
Here is the image: |
This is all I can do for this specific PR for now. For those still having issues, I added documentations for config tweaking. It's hard for me to figure out which combination of the Box64 configs would work for a specific device. I only have my Oracle ARM server as a reference. Some combinations might work for others and some might not. I think all we can do is ask them to test different configurations themselves based on the documentation. I added a specific section for it on the known issues page. |
Thank you so much for your work ❤️ |
Context
This PR will mainly attempt to address #571. The main changes are found on the base image and most of this PR are documentation changes. I have also removed
ARM_COMPATIBILITY_MODE
completely as it QEMU binaries has been removed from the base image.Base image changes include:
ARM64_DEVICE
env var to specify which Box64 build is to be usedThe documentation changes include:
ARM_COMPATIBILITY_MODE
mentionedI have also specified sane defaults for Box64 configurations on the Dockerfile to make sure it is set properly.
Choices
Test instructions
ARM64_DEVICE
set toadlink
.Checklist before requesting a review