Skip to content

Commit ce95e46

Browse files
committed
Add windows build target.
1 parent 13b943c commit ce95e46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ PLATFORMS = darwin/amd64 \
2323
darwin/arm64 \
2424
linux/amd64 \
2525
linux/arm64 \
26-
linux/arm/7
26+
linux/arm/7 \
27+
windows/amd64
2728

2829
# Dynamically locate the user's Go path or Go bin directory
2930
GOPATH=$(shell go env GOPATH)

0 commit comments

Comments
 (0)