diff --git a/Makefile b/Makefile index f47c993..ac49ff6 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ PROGRAM := logstash-filter-verifier # List of all GOOS_GOARCH combinations that we should build release # binaries for. See https://golang.org/doc/install/source#environment # for all available combinations. -TARGETS := darwin_amd64 linux_386 linux_amd64 +TARGETS := darwin_amd64 darwin_arm64 linux_amd64 VERSION := $(shell git describe --tags --always)