+5
-1
lines changedFilter options
+5
-1
lines changed Original file line number Diff line number Diff line change
@@ -49,10 +49,14 @@ __check_defined = \
49
49
$(if $(value $1),, \
50
50
$(error Undefined $1$(if $2, ($2))))
51
51
52
+
.PHONY: snapshot
53
+
snapshot:
54
+
docker run --rm -v $(PWD):/workdir -w /workdir cbroglie/goreleaser-cgo:1.12.12-musl goreleaser --rm-dist --snapshot --skip-publish
55
+
52
56
.PHONY: release
53
57
release:
54
58
@:$(call check_defined, GITHUB_TOKEN)
55
-
docker run -e GITHUB_TOKEN=$(GITHUB_TOKEN) --rm -v $(PWD):/workdir -w /workdir cbroglie/goreleaser-cgo:1.12.12 goreleaser --rm-dist
59
+
docker run -e GITHUB_TOKEN=$(GITHUB_TOKEN) --rm -v $(PWD):/workdir -w /workdir cbroglie/goreleaser-cgo:1.12.12-musl goreleaser --rm-dist
56
60
57
61
BUILD_PATH := $(CURDIR)/build
58
62
INSTALL_PATH := $(BUILD_PATH)/usr/local/bin
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4