From 3f2dde699b961b79afe4dbd69ff973ecf11633b5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 29 Nov 2021 12:12:20 +0400 Subject: [PATCH] Add arm64 builds This patch adds `arm64` builds. Signed-off-by: Mohammed Naser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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