Skip to content

Commit 04ad4b3

Browse files
vitt-bagalSuperQ
authored andcommitted
Added s390x support for docker image (prometheus#1539)
Signed-off-by: Vitthal Bagal <[email protected]>
1 parent e7a2736 commit 04ad4b3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- checkout
43-
- run: docker run --privileged linuxkit/binfmt:v0.6
43+
- run: docker run --privileged linuxkit/binfmt:v0.7
4444
- run: make promu
4545
- run: promu crossbuild
4646
- run: promu --config .promu-cgo.yml crossbuild

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
!.build/linux-armv7
66
!.build/linux-arm64
77
!.build/linux-ppc64le
8+
!.build/linux-s390x

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
all::
1616

1717
# Needs to be defined before including Makefile.common to auto-generate targets
18-
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
18+
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x
1919

2020
include Makefile.common
2121

0 commit comments

Comments
 (0)