Skip to content

Commit b12b88b

Browse files
committed
add windows-binaries command to allow windows to be build alone locally
1 parent 9ce0dbf commit b12b88b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ $(NPD_NAME_VERSION)-%.tar.gz: $(ALL_BINARIES) test/e2e-install.sh
237237
(cd output/$*/ && tar -zcvf ../../$@ *)
238238
sha512sum $@ > $@.sha512
239239

240+
windows-binaries: ENABLE_JOURNALD=0
241+
windows-binaries: $(foreach binary, $(BINARIES), output/windows_amd64/$(binary).exe)
242+
240243
build-binaries: $(ALL_BINARIES)
241244

242245
build-container: build-binaries Dockerfile

0 commit comments

Comments
 (0)