mirror of
https://github.com/containers/podman.git
synced 2025-05-22 01:27:07 +08:00
Add win-sshproxy.exe to windows client zips
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
This commit is contained in:
5
Makefile
5
Makefile
@ -690,6 +690,9 @@ podman-remote-release-%.zip: test/version/version ## Build podman-remote for %=$
|
|||||||
else \
|
else \
|
||||||
$(MAKE) $(GOPLAT) podman-remote; \
|
$(MAKE) $(GOPLAT) podman-remote; \
|
||||||
fi
|
fi
|
||||||
|
if [[ "$(GOOS)" == "windows" ]]; then \
|
||||||
|
$(MAKE) $(GOPLAT) TMPDIR="" win-sshproxy; \
|
||||||
|
fi
|
||||||
cp -r ./docs/build/remote/$(GOOS) "$(TMPDIR)/$(SUBDIR)/docs/"
|
cp -r ./docs/build/remote/$(GOOS) "$(TMPDIR)/$(SUBDIR)/docs/"
|
||||||
cp ./contrib/remote/containers.conf "$(TMPDIR)/$(SUBDIR)/"
|
cp ./contrib/remote/containers.conf "$(TMPDIR)/$(SUBDIR)/"
|
||||||
$(MAKE) $(GOPLAT) $(_DSTARGS) SELINUXOPT="" install.remote
|
$(MAKE) $(GOPLAT) $(_DSTARGS) SELINUXOPT="" install.remote
|
||||||
@ -752,6 +755,8 @@ install.remote:
|
|||||||
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR)
|
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR)
|
||||||
install ${SELINUXOPT} -m 755 $(SRCBINDIR)/podman$(BINSFX) \
|
install ${SELINUXOPT} -m 755 $(SRCBINDIR)/podman$(BINSFX) \
|
||||||
$(DESTDIR)$(BINDIR)/podman$(BINSFX)
|
$(DESTDIR)$(BINDIR)/podman$(BINSFX)
|
||||||
|
test "${GOOS}" != "windows" || \
|
||||||
|
install -m 755 $(SRCBINDIR)/win-sshproxy.exe $(DESTDIR)$(BINDIR)
|
||||||
test -z "${SELINUXOPT}" || \
|
test -z "${SELINUXOPT}" || \
|
||||||
chcon --verbose --reference=$(DESTDIR)$(BINDIR)/podman-remote \
|
chcon --verbose --reference=$(DESTDIR)$(BINDIR)/podman-remote \
|
||||||
bin/podman-remote
|
bin/podman-remote
|
||||||
|
Reference in New Issue
Block a user