Skip to content

Commit b479f25

Browse files
guirishmurali-reddy
authored andcommitted
Added support for ARCH=s390x (#532)
1 parent 1b7ae13 commit b479f25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ else ifeq ($(GOARCH), arm64)
2626
ARCH_TAG_PREFIX=$(GOARCH)
2727
FILE_ARCH=ARM aarch64
2828
DOCKERFILE_SED_EXPR?=
29+
else ifeq ($(GOARCH), s390x)
30+
ARCH_TAG_PREFIX=$(GOARCH)
31+
FILE_ARCH=IBM S/390
32+
DOCKERFILE_SED_EXPR?=
2933
else
3034
DOCKERFILE_SED_EXPR?=
3135
FILE_ARCH=x86-64

0 commit comments

Comments
 (0)