Skip to content

Commit

Permalink
Add ARM to the list of platforms built (#20)
Browse files Browse the repository at this point in the history
Summit runs great on the Raspberry PI and this PR builds a linux/arm package by default.
  • Loading branch information
intabulas authored and tidwall committed May 13, 2017
1 parent c6c190a commit 8e8006a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ If you want to try the latest version, you can build SummitDB from the master br

### Building SummitDB

SummitDB can be compiled and used on Linux, OSX, Windows, FreeBSD, and probably others since the codebase is 100% Go. We support both 32 bit and 64 bit systems. Go must be installed on the build machine.
SummitDB can be compiled and used on Linux, OSX, Windows, FreeBSD, ARM (Raspberry PI) and probably others since the codebase is 100% Go. We support both 32 bit and 64 bit systems. Go must be installed on the build machine.

To build simply:

Expand Down
1 change: 1 addition & 0 deletions resources/build.sh
Expand Up @@ -56,6 +56,7 @@ if [ "$1" == "package" ]; then
package "Windows" "windows" "amd64"
package "Mac" "darwin" "amd64"
package "Linux" "linux" "amd64"
package "ARM" "linux" "arm"
package "FreeBSD" "freebsd" "amd64"
exit
fi
Expand Down

0 comments on commit 8e8006a

Please sign in to comment.