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.
v
1 parent fd21784 commit 253ff5cCopy full SHA for 253ff5c
Makefile
@@ -75,7 +75,7 @@ build: $(BUILD_DIRS)
75
--env HTTPS_PROXY=$(HTTPS_PROXY) \
76
--env GO111MODULE=on \
77
$(BUILD_IMAGE) \
78
- go run /src/helpers/build-release-binaries/main.go --version ${TAG} --source="/src" --output="/go/bin/"
+ go run /src/helpers/build-release-binaries/main.go --version $(TAG:v%=%) --source="/src" --output="/go/bin/" #ref: https://stackoverflow.com/a/19571504
79
80
restic: $(BUILD_DIRS)
81
@echo "Building restic binary"
0 commit comments