diff --git a/Makefile b/Makefile index d4bfca6..b4dd18d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CMD_NAME := ambient-local-exporter .PHONY: all test build docker install clean VERSION ?= development # Default to "development" if VERSION is not set -PLATFORMS := linux/amd64 darwin/amd64 darwin/arm64 +PLATFORMS := linux/amd64 linux/arm64 darwin/amd64 darwin/arm64 OUTPUT_DIR := bin VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter