Skip to content

Commit 753361c

Browse files
authored
Merge pull request #88 from prometheus-community/superq/multi-arch-docker
Add additional Docker archs
2 parents 93370b3 + f2aef10 commit 753361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
# Needs to be defined before including Makefile.common to auto-generate targets
15-
DOCKER_ARCHS ?= amd64
15+
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
1616
DOCKER_REPO ?= prometheuscommunity
1717

1818
include Makefile.common

0 commit comments

Comments
 (0)