Skip to content

Commit 313dbf9

Browse files
authored
Update Makefile
1 parent 0547af4 commit 313dbf9

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
@@ -7,6 +7,10 @@ ifeq (${ARCH},x86_64)
77
ARCH := amd64
88
endif
99

10+
ifeq (${ARCH},aarch64)
11+
ARCH := arm64
12+
endif
13+
1014
LDFLAGS := -s -w \
1115
-X 'main.BuildVersion=$(VERSION)' \
1216
-X 'main.BuildGitBranch=$(shell git describe --all)' \

0 commit comments

Comments
 (0)