Skip to content

Commit

Permalink
Add additional Docker archs
Browse files Browse the repository at this point in the history
Fixes: #87

Signed-off-by: Ben Kochie <[email protected]>
  • Loading branch information
SuperQ committed Jul 11, 2020
1 parent 93370b3 commit f2aef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2aef10

Please sign in to comment.