mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Add make release
This commit is contained in:
@@ -20,6 +20,13 @@ docker:
|
||||
docker build -t mxpv/podsync:unstable .
|
||||
docker push mxpv/podsync:unstable
|
||||
|
||||
#
|
||||
# Run goreleaser to build and upload release binaries
|
||||
#
|
||||
.PHONY: release
|
||||
release:
|
||||
goreleaser --rm-dist
|
||||
|
||||
#
|
||||
# Pull GolangCI-Lint dependency
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user