File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -728,11 +728,14 @@ podman-remote-release-%.zip: test/version/version ## Build podman-remote for %=$
728
728
if [[ " $( GOOS) " == " windows" ]]; then \
729
729
$(MAKE ) $(GOPLAT ) TMPDIR=" " win-sshproxy; \
730
730
fi
731
+ if [[ " $( GOOS) " == " darwin" ]]; then \
732
+ $(MAKE ) $(GOPLAT ) podman-mac-helper; \
733
+ fi
731
734
cp -r ./docs/build/remote/$(GOOS ) " $( TMPDIR) /$( SUBDIR) /docs/"
732
735
cp ./contrib/remote/containers.conf " $( TMPDIR) /$( SUBDIR) /"
733
736
$(MAKE ) $(GOPLAT ) $(_DSTARGS ) SELINUXOPT=" " install.remote
734
737
cd " $( TMPDIR) " && \
735
- zip --recurse-paths " $( CURDIR) /$@ " " ./"
738
+ zip --recurse-paths " $( CURDIR) /$@ " " ./$( SUBDIR ) "
736
739
if [[ " $( GOARCH) " != " $( NATIVE_GOARCH) " ]]; then $( MAKE) clean-binaries; fi
737
740
-rm -rf " $( TMPDIR) "
738
741
@@ -795,6 +798,8 @@ install.remote:
795
798
$(DESTDIR )$(BINDIR ) /podman$(BINSFX )
796
799
test " ${GOOS} " ! = " windows" || \
797
800
install -m 755 $(SRCBINDIR ) /win-sshproxy.exe $(DESTDIR )$(BINDIR )
801
+ test " ${GOOS} " ! = " darwin" || \
802
+ install -m 755 $(SRCBINDIR ) /podman-mac-helper $(DESTDIR )$(BINDIR )
798
803
test -z " ${SELINUXOPT} " || \
799
804
chcon --verbose --reference=$(DESTDIR )$(BINDIR ) /podman-remote \
800
805
bin/podman-remote
You can’t perform that action at this time.
0 commit comments