Skip to content

Commit

Permalink
Merge branch 'support-non-versioned-tags' of github.com:bvieira/sv4gi…
Browse files Browse the repository at this point in the history
…t into support-non-versioned-tags
  • Loading branch information
bvieira committed Jan 29, 2022
2 parents 6352021 + c9b6a8c commit 36f6f9e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ endif
release-all:
@rm -rf bin

VERSION=$(shell git sv nv) BUILDOS=linux make release
VERSION=$(shell git sv nv) BUILDOS=darwin make release
VERSION=$(shell git sv nv) COMPRESS_TYPE=zip BUILDOS=windows make release
VERSION=$(shell git sv nv) BUILDOS=linux BUILDARCH=amd64 make release
VERSION=$(shell git sv nv) BUILDOS=darwin BUILDARCH=amd64 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

0 comments on commit 36f6f9e

Please sign in to comment.