remove windows/arm64
not available on go 1.16
This commit is contained in:
parent
d3dc675d07
commit
5d4d6410da
3
Makefile
3
Makefile
@ -6,8 +6,7 @@ GOOSARCHS = $(sort \
|
|||||||
darwin/arm64 \
|
darwin/arm64 \
|
||||||
linux/amd64 \
|
linux/amd64 \
|
||||||
linux/arm64 \
|
linux/arm64 \
|
||||||
windows/amd64/.exe \
|
windows/amd64/.exe)
|
||||||
windows/arm64/.exe)
|
|
||||||
|
|
||||||
VSN ?= $(shell git describe --dirty)
|
VSN ?= $(shell git describe --dirty)
|
||||||
VSNHASH = $(shell git rev-parse --verify HEAD)
|
VSNHASH = $(shell git rev-parse --verify HEAD)
|
||||||
|
Loading…
Reference in New Issue
Block a user