Skip to content

Commit a2d5675

Browse files
close the windows build.
1 parent 2509b06 commit a2d5675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ all: build
2323

2424
# PLATFORMS is the set of OS_ARCH that NPD can build against.
2525
LINUX_PLATFORMS?=linux_amd64 linux_arm64
26-
PLATFORMS=$(LINUX_PLATFORMS) windows_amd64
26+
PLATFORMS=$(LINUX_PLATFORMS)
27+
#PLATFORMS=$(LINUX_PLATFORMS) windows_amd64
2728

2829
# VERSION is the version of the binary.
2930
VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else echo "UNKNOWN"; fi)

0 commit comments

Comments
 (0)