Docker build refactor (#568)

This commit is contained in:
Dan Sosedoff
2022-06-27 22:31:57 -05:00
committed by GitHub
parent 193073727a
commit ae3b74ad2a
6 changed files with 148 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
TARGETS = darwin/amd64 darwin/arm64 linux/amd64 linux/386 windows/amd64 windows/386
TARGETS = darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 windows/amd64
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'})