mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
Merge branch 'support-non-versioned-tags' of github.com:bvieira/sv4git into support-non-versioned-tags
This commit is contained in:
commit
36f6f9eba5
10
Makefile
10
Makefile
@ -80,6 +80,10 @@ endif
|
|||||||
release-all:
|
release-all:
|
||||||
@rm -rf bin
|
@rm -rf bin
|
||||||
|
|
||||||
VERSION=$(shell git sv nv) BUILDOS=linux make release
|
VERSION=$(shell git sv nv) BUILDOS=linux BUILDARCH=amd64 make release
|
||||||
VERSION=$(shell git sv nv) BUILDOS=darwin make release
|
VERSION=$(shell git sv nv) BUILDOS=darwin BUILDARCH=amd64 make release
|
||||||
VERSION=$(shell git sv nv) COMPRESS_TYPE=zip BUILDOS=windows make release
|
VERSION=$(shell git sv nv) COMPRESS_TYPE=zip BUILDOS=windows BUILDARCH=amd64 make release
|
||||||
|
|
||||||
|
VERSION=$(shell git sv nv) BUILDOS=linux BUILDARCH=arm64 make release
|
||||||
|
VERSION=$(shell git sv nv) BUILDOS=darwin BUILDARCH=arm64 make release
|
||||||
|
VERSION=$(shell git sv nv) COMPRESS_TYPE=zip BUILDOS=windows BUILDARCH=arm64 make release
|
||||||
|
Loading…
Reference in New Issue
Block a user