mirror of https://github.com/containers/podman.git
				
				
				
			
				
					
						
							Fixes automated WSL installation on ARM Signed-off-by: Jason T. Greene <jason.greene@redhat.com>  | 
			||
|---|---|---|
| .. | ||
| podman-msihooks | ||
| resources | ||
| README.md | ||
| build-burn.bat | ||
| build-hooks.bat | ||
| build-msi.bat | ||
| build.ps1 | ||
| burn.wxs | ||
| check.ps1 | ||
| podman-theme.wxl | ||
| podman-theme.xml | ||
| podman-ui.wxs | ||
| podman.wxs | ||
| process-release.ps1 | ||
| welcome-install-dlg.wxs | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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