diff --git a/Makefile b/Makefile index ce64da6..0cd23b3 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # limitations under the License. # Needs to be defined before including Makefile.common to auto-generate targets -DOCKER_ARCHS ?= amd64 +DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x DOCKER_REPO ?= prometheuscommunity include Makefile.common