Add arm64 builds

This patch adds `arm64` builds.

Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
This commit is contained in:
Mohammed Naser 2021-11-29 12:12:20 +04:00
parent b806738818
commit 3f2dde699b
1 changed files with 1 additions and 1 deletions

View File

@ -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