PowerShell / PowerShell/PowerShell
Add ARM64 build target for linux-musl libc
Open
@TravisEz13 is already working on this.
Since Jul 17, 2025.
Needs-Triage
- Dominant language
- C#
- Stars
- 55.5k
- Forks
- 8.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 88
Description
Steps to reproduce
- Use Alpine Linux on a ARM64 processor
- Try to install PowerShell
- Can’t, ARM build for Alpine Linux (musl libc) is not provided
Expected behavior
Find a build named like “powershell-7.5.2-linux-musl-arm64.tar.gz”.
Actual behavior
No ARM64 build is provided. Can’t install PowerShell.
Environment data
A ARM64 glibc is provided, ex “powershell-7.5.2-linux-arm64.tar.gz”. Only musl is missing. ARM32 is also not provided but I don’t know is there is really a use case there.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.