Skip to content

Commit 3f9824e

Browse files
authored
Fix make release-assets (#30)
1 parent 83ca606 commit 3f9824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/release-assets.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BUILD_DIR ?= ./bin
1111

1212
export CGO_ENABLED ?= 0
1313

14-
RELEASE_TARGETS ?= darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/arm32 windows/amd64
14+
RELEASE_TARGETS ?= "darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/arm32 windows/amd64"
1515

1616
## Build and compress binaries for release assets.
1717
release-assets:

0 commit comments

Comments
 (0)