Skip to content

Commit f2aef10

Browse files
committed
Add additional Docker archs
Fixes: #87 Signed-off-by: Ben Kochie <[email protected]>
1 parent 93370b3 commit f2aef10

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)