From faa8ac5acdfe2b11bce1ba89e06564e563d91ff6 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Fri, 22 Jul 2016 18:57:23 -0400 Subject: [PATCH] Build rasberrypi releases --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 865c207..214d99e 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ test: go test -v ./... release: + GOOS=linux GOARCH=arm GOARM=6 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE GOOS=linux GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE GOOS=linux GOARCH=386 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE GOOS=darwin GOARCH=amd64 $(LDFLAGS) ./build_release "github.com/shazow/ssh-chat/cmd/ssh-chat" README.md LICENSE