mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
Add darwin/arm64 binary build target
This commit is contained in:
parent
ceece29737
commit
b5abd7555f
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
TARGETS = darwin/amd64 linux/amd64 linux/386 windows/amd64 windows/386
|
||||
TARGETS = darwin/amd64 darwin/arm64 linux/amd64 linux/386 windows/amd64 windows/386
|
||||
GIT_COMMIT = $(shell git rev-parse HEAD)
|
||||
BUILD_TIME = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ" | tr -d '\n')
|
||||
GO_VERSION = $(shell go version | awk {'print $$3'})
|
||||
|
Loading…
Reference in New Issue
Block a user