Skip to content

Commit

Permalink
Add image build for s390x architecture (prometheus#2289)
Browse files Browse the repository at this point in the history
* Add suport for s390x

Signed-off-by: Nayana <[email protected]>

* Added s390x support to docker image

Signed-off-by: [email protected] <[email protected]>

Co-authored-by: Nayana <[email protected]>
  • Loading branch information
vitt-bagal and Nayana-ibm authored Jun 9, 2020
1 parent 4346e1a commit ce5d523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
!.build/linux-armv7/
!.build/linux-arm64/
!.build/linux-ppc64le/
!.build/linux-s390x/
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 armv7 arm64 ppc64le
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x

include Makefile.common

Expand Down

0 comments on commit ce5d523

Please sign in to comment.