Skip to content
Snippets Groups Projects
Unverified Commit 7d7fbe56 authored by Neil Pankey's avatar Neil Pankey Committed by GitHub
Browse files

Merge pull request #20 from dahlia/apple-silicon

Apple silicon binary
parents 2ca555a3 f959fad5
No related branches found
No related tags found
No related merge requests found
ARCH := darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64
ARCH := darwin/amd64 darwin/arm64 linux/386 linux/amd64 windows/386 windows/amd64
VERSION := $(shell git describe --always --dirty)
LDFLAGS := -ldflags "-X main.version=${VERSION}"
BUILD_DIR := build
......
......@@ -7,5 +7,6 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment