Skip to content

Commit

Permalink
arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaslovsky committed Feb 26, 2022
1 parent 1709335 commit 8178f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ STATUS := "$(shell git status -s)"
BUILD_OUTDIR = "dist"
BUILD_FILE_PATTERN := "${PROJ}_{{.OS}}_{{.Arch}}"

BUILD_ARCH = "amd64"
BUILD_ARCH = "amd64 arm64"
BUILD_OS = "linux darwin windows"
BUILD_LDFLAGS := "-s -w -X main.version=$(BRANCH)"

Expand Down

0 comments on commit 8178f6c

Please sign in to comment.