forked from pool/ignition
12 lines
339 B
Diff
12 lines
339 B
Diff
|
--- ignition-2.6.0/Makefile.orig 2020-08-18 10:36:22.791294210 +0000
|
||
|
+++ ignition-2.6.0/Makefile 2020-08-18 10:39:07.126682387 +0000
|
||
|
@@ -8,6 +8,8 @@ else ifeq ($(GOARCH),aarch64)
|
||
|
GOARCH=arm64
|
||
|
else ifeq ($(patsubst i%86,386,$(GOARCH)),386)
|
||
|
GOARCH=386
|
||
|
+else ifeq ($(patsubst armv%,arm,$(GOARCH)),arm)
|
||
|
+ GOARCH=arm
|
||
|
endif
|
||
|
|
||
|
.PHONY: all
|