We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b943c commit ce95e46Copy full SHA for ce95e46
1 file changed
Makefile
@@ -23,7 +23,8 @@ PLATFORMS = darwin/amd64 \
23
darwin/arm64 \
24
linux/amd64 \
25
linux/arm64 \
26
- linux/arm/7
+ linux/arm/7 \
27
+ windows/amd64
28
29
# Dynamically locate the user's Go path or Go bin directory
30
GOPATH=$(shell go env GOPATH)
0 commit comments