1
Fork 0

remove windows/arm64

not available on go 1.16
main
Motiejus Jakštys 2021-08-24 14:50:30 +03:00
parent d3dc675d07
commit 5d4d6410da
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ GOOSARCHS = $(sort \
darwin/arm64 \
linux/amd64 \
linux/arm64 \
windows/amd64/.exe \
windows/arm64/.exe)
windows/amd64/.exe)
VSN ?= $(shell git describe --dirty)
VSNHASH = $(shell git rev-parse --verify HEAD)