Add multi-arch amd64/arm64 container support#39
Open
vladbogun1 wants to merge 1 commit intoindifferentbroccoli:mainfrom
Open
Add multi-arch amd64/arm64 container support#39vladbogun1 wants to merge 1 commit intoindifferentbroccoli:mainfrom
vladbogun1 wants to merge 1 commit intoindifferentbroccoli:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
This patch was prepared by Codex AI, so I can't personally guarantee code quality or long-term maintainability yet.
I did, however, test it myself on my Oracle ARM host and confirmed that the server built, started, and worked there.
Summary
linux/amd64andlinux/arm64amd64, and use Hangover onarm64to run the Windows dedicated-server binaryrepakandretocnatively for the target architecture instead of downloading x86_64-only helper binariespwshonarm64from the official PowerShell release tarball because the Debian 12 Microsoft apt repo does not provide a usablepowershellpackage thereplatform: linux/amd64fromdocker-compose.ymllinux/amd64andlinux/arm64in the dev/release GitHub Actions workflows.gitattributesfor*.shto avoid CRLF entrypoint issues on Windows checkoutsValidation
arm64Ubuntu hostarm64host and confirmed it became healthyServerDescription.json, and started listening normally under the ARM compatibility pathNotes
amd64arm64path still runs the original Windows dedicated-server build through a compatibility layer, so it is not a native ARM server binary