File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS=agnhost
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = $(notdir $(shell pwd) )
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS=loader
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = $(notdir $(shell pwd) )
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS=check_metadata_concealment
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = $(notdir $(shell pwd) )
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS = nnp
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = $(notdir $(shell pwd) )
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS = peer-finder
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = pets/peer-finder
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS = peer-finder
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = pets/peer-finder
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS = peer-finder
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = pets/peer-finder
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS = consumer consume-cpu/consume-cpu
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = $(notdir $(shell pwd) )
21
22
export
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ SRCS=sampledeviceplugin
16
16
OS ?= linux
17
17
ARCH ?= amd64
18
18
TARGET ?= $(CURDIR )
19
+ GOARM ?= 7
19
20
GOLANG_VERSION ?= latest
20
21
SRC_DIR = $(notdir $(shell pwd) )
21
22
export
You can’t perform that action at this time.
0 commit comments