mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-21 12:00:40 +00:00
Merge pull request #39 from rbuckland/arch-issue38
build: resolves #38 providing arm64 and amd64 releases
This commit is contained in:
commit
c9b6a8c391
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