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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
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)