Skip to content

Commit f2aef10

Browse files
committed
Add additional Docker archs
Fixes: #87 Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent 93370b3 commit f2aef10

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)