Merge pull request #91 from mnaser/patch-1

Add arm64 builds
This commit is contained in:
Conrad Hoffmann 2021-12-10 20:01:45 +01:00 committed by GitHub
commit f6071edfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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