diff --git a/Makefile b/Makefile index 8188e80..9360e2b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ .PHONY: all all: precheck style unused build test -DOCKER_ARCHS ?= amd64 +DOCKER_ARCHS ?= amd64 arm64 DOCKER_IMAGE_NAME ?= ipmi-exporter DOCKER_REPO ?= prometheuscommunity