Add multi-arch amd64/arm64 container support#39
Open
vladbogun1 wants to merge 1 commit into
Open
Conversation
|
Hey, thanks for your PR. But why not using Hangover 11.4 and PowerShell 7.6.1? I think Wine 11 would increase the performance. But not tested yet ;) |
BRNKR
suggested changes
Apr 30, 2026
|
|
||
| ARG TARGETARCH | ||
| ARG DEPOT_DOWNLOADER_VERSION=3.4.0 | ||
| ARG HANGOVER_VERSION=hangover-10.18 |
| ARG TARGETARCH | ||
| ARG DEPOT_DOWNLOADER_VERSION=3.4.0 | ||
| ARG HANGOVER_VERSION=hangover-10.18 | ||
| ARG POWERSHELL_VERSION=7.5.4 |
| ARG TARGETARCH | ||
| ARG DEPOT_DOWNLOADER_VERSION=3.4.0 | ||
| ARG HANGOVER_VERSION=hangover-10.18 | ||
| ARG POWERSHELL_VERSION=7.5.4 |
|
|
||
| ARG TARGETARCH | ||
| ARG DEPOT_DOWNLOADER_VERSION=3.4.0 | ||
| ARG HANGOVER_VERSION=hangover-10.18 |
|
@vladbogun1 please address the requested changes by @BRNKR I found this PR while trying to make my own arm image. This will be quite helpful if merged |
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