We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As MTA now has server builds for ARMv8 it could be good to add option to specify it Dockerfile, like we specify MTA_SERVER_VERSION and MTA_SERVER_BUILD_NUMBER. Wget request url would look like https://nightly.mtasa.com/multitheftauto_linux_${MTA_SERVER_ARCHITECTURE}-${MTA_SERVER_VERSION}-rc-${MTA_SERVER_BUILD_NUMBER}.tar.gz
x64 would be default.
It would allow running this docker image on Raspberry Pi's.
The text was updated successfully, but these errors were encountered:
Hi, thanks for bringing this up. I'm not yet familiar with multiarch docker images but I will look into it and try to prepare an ARM build
Sorry, something went wrong.
No branches or pull requests
As MTA now has server builds for ARMv8 it could be good to add option to specify it Dockerfile, like we specify MTA_SERVER_VERSION and MTA_SERVER_BUILD_NUMBER.
Wget request url would look like https://nightly.mtasa.com/multitheftauto_linux_${MTA_SERVER_ARCHITECTURE}-${MTA_SERVER_VERSION}-rc-${MTA_SERVER_BUILD_NUMBER}.tar.gz
x64 would be default.
It would allow running this docker image on Raspberry Pi's.
The text was updated successfully, but these errors were encountered: