Skip to content

Commit 78322a8

Browse files
committed
No more mips64
1 parent 1928562 commit 78322a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ else ifeq ($(OS),Darwin)
168168
OS_TAG := mac
169169
else ifeq ($(OS),Linux)
170170
OS_TAG := linux
171-
ifeq ($(shell uname -m),mips64)
172-
ARCH_TAG := -mips64el
173-
else ifeq ($(shell uname -m),ppc64le)
171+
ifeq ($(shell uname -m),ppc64le)
174172
ARCH_TAG := -ppc64el
175173
else ifeq ($(shell uname -m),s390x)
176174
ARCH_TAG := -s390x

0 commit comments

Comments
 (0)