Skip to content

Commit 253ff5c

Browse files
author
hossainemruz
committed
Remove v prefix from binary names
Signed-off-by: hossainemruz <[email protected]>
1 parent fd21784 commit 253ff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ build: $(BUILD_DIRS)
7575
--env HTTPS_PROXY=$(HTTPS_PROXY) \
7676
--env GO111MODULE=on \
7777
$(BUILD_IMAGE) \
78-
go run /src/helpers/build-release-binaries/main.go --version ${TAG} --source="/src" --output="/go/bin/"
78+
go run /src/helpers/build-release-binaries/main.go --version $(TAG:v%=%) --source="/src" --output="/go/bin/" #ref: https://stackoverflow.com/a/19571504
7979

8080
restic: $(BUILD_DIRS)
8181
@echo "Building restic binary"

0 commit comments

Comments
 (0)