mirror of
https://github.com/containers/podman.git
synced 2025-07-10 15:34:46 +08:00
Make a consistently-named windows installer
In order to maintain a static webpage's link to latest windows installer build, a consistent file name is required. In addition to producing a `podman-vX.Y.Z.msi` file, also produce a `podman.msi` file. Retain the versioned file in case somebody depends on it's presence in the artifacts archive. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
3
Makefile
3
Makefile
@ -739,9 +739,10 @@ podman-remote-release-%.zip: test/version/version ## Build podman-remote for %=$
|
||||
if [[ "$(GOARCH)" != "$(NATIVE_GOARCH)" ]]; then $(MAKE) clean-binaries; fi
|
||||
-rm -rf "$(TMPDIR)"
|
||||
|
||||
.PHONY: podman.msi
|
||||
podman.msi: test/version/version ## Build podman-remote, package for installation on Windows
|
||||
$(MAKE) podman-v$(call err_if_empty,RELEASE_NUMBER).msi
|
||||
cp podman-v$(call err_if_empty,RELEASE_NUMBER).msi podman.msi
|
||||
|
||||
podman-v%.msi: test/version/version
|
||||
# Passing explicitly OS and ARCH, because ARM is not supported by wixl https://gitlab.gnome.org/GNOME/msitools/-/blob/master/tools/wixl/builder.vala#L3
|
||||
$(MAKE) GOOS=windows GOARCH=amd64 podman-remote-windows-docs
|
||||
|
Reference in New Issue
Block a user