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 83ca606 commit 3f9824eCopy full SHA for 3f9824e
makefiles/release-assets.mk
@@ -11,7 +11,7 @@ BUILD_DIR ?= ./bin
11
12
export CGO_ENABLED ?= 0
13
14
-RELEASE_TARGETS ?= darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/arm32 windows/amd64
+RELEASE_TARGETS ?= "darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/arm32 windows/amd64"
15
16
## Build and compress binaries for release assets.
17
release-assets:
0 commit comments