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 15
15
SRCS =agnhost
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = $(notdir $(shell pwd) )
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS =loader
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = $(notdir $(shell pwd) )
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS =check_metadata_concealment
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = $(notdir $(shell pwd) )
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS = nnp
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = $(notdir $(shell pwd) )
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS = peer-finder
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = pets/peer-finder
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS = peer-finder
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = pets/peer-finder
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS = peer-finder
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = pets/peer-finder
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS = consumer consume-cpu/consume-cpu
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = $(notdir $(shell pwd) )
20
21
export
Original file line number Diff line number Diff line change 15
15
SRCS =sampledeviceplugin
16
16
ARCH ?= amd64
17
17
TARGET ?= $(CURDIR )
18
+ GOARM ?= 7
18
19
GOLANG_VERSION ?= latest
19
20
SRC_DIR = $(notdir $(shell pwd) )
20
21
export
You can’t perform that action at this time.
0 commit comments