Build rasberrypi releases
authorAndrey Petrov <andrey.petrov@shazow.net>
Fri, 22 Jul 2016 22:57:23 +0000 (18:57 -0400)
committerAndrey Petrov <andrey.petrov@shazow.net>
Fri, 22 Jul 2016 22:57:23 +0000 (18:57 -0400)
Makefile

index 865c207d476d5999be04d58dfba928e85e70513a..214d99e904a533718b3bab65cd6a7f08dae1ed8c 100644 (file)
--- 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