mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Fixes automated WSL installation on ARM Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
Windows Installer Build
Requirements
- Win 10+
- Golang
- MingW
- Dotnet SDK (if AzureSignTool)
- AzureSignTool (optional)
- WiX Toolset
Usage
.\build.ps1 <version> [prod|dev] [release_dir]
One off build (-dev output (default), unsigned (default))
.\build.ps1 4.2.0
Build with a pre-downloaded win release zip in my-download dir
.\build.ps1 4.2.0 dev my-download