We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8606f92 commit 14d4043Copy full SHA for 14d4043
Makefile
@@ -4,6 +4,7 @@ DEST := $(shell echo "$(DESTDIR)/$(PREFIX)" | sed 's:///*:/:g; s://*$$::')
4
5
GO ?= go
6
TAR ?= tar
7
+ZIP ?= zip
8
PLANTUML ?= plantuml # may also be "java -jar plantuml.jar" if installed elsewhere
9
10
GOOS ?= $(shell $(GO) env GOOS)
@@ -138,6 +139,7 @@ artifacts-windows:
138
139
mkdir -p _artifacts
140
GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc make clean binaries
141
$(TAR) -C _output/ -czvf _artifacts/lima-$(VERSION_TRIMMED)-Windows-x86_64.tar.gz ./
142
+ cd _output && $(ZIP) -r ../_artifacts/lima-$(VERSION_TRIMMED)-Windows-x86_64.zip *
143
144
.PHONY: artifacts-misc
145
artifacts-misc:
0 commit comments