Skip to content

Commit

Permalink
Add missing flags for linux_arm64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Zi Shen Lim <zlim.lnx@gmail.com>
  • Loading branch information
zlim committed Jul 8, 2016
1 parent 7514c69 commit 6909932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ FLAGS_all = GOROOT=$(GOROOT) GOPATH=$(GOPATH)
FLAGS_linux_amd64 = $(FLAGS_all) GOOS=linux GOARCH=amd64
FLAGS_linux_386 = $(FLAGS_all) GOOS=linux GOARCH=386
FLAGS_linux_arm = $(FLAGS_all) GOOS=linux GOARCH=arm GOARM=5 # ARM5 support for Raspberry Pi
FLAGS_linux_arm64 = $(FLAGS_all) GOOS=linux GOARCH=arm64
FLAGS_darwin_amd64 = $(FLAGS_all) GOOS=darwin GOARCH=amd64 CGO_ENABLED=0
FLAGS_darwin_386 = $(FLAGS_all) GOOS=darwin GOARCH=386 CGO_ENABLED=0
FLAGS_freebsd_amd64 = $(FLAGS_all) GOOS=freebsd GOARCH=amd64 CGO_ENABLED=0
Expand Down

0 comments on commit 6909932

Please sign in to comment.