Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
add build support for raspberry
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Aug 13, 2017
1 parent 09441c6 commit ec4ce7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
@@ -1,5 +1,18 @@
builds:
-
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: arm
flags: -tags vfs
hooks:
pre: go generate
1 change: 1 addition & 0 deletions get.sh
Expand Up @@ -150,6 +150,7 @@ uname_arch_check() {
armv5) return 0 ;;
armv6) return 0 ;;
armv7) return 0 ;;
armv7l) arch="armv7"; return 0 ;;
ppc64) return 0 ;;
ppc64le) return 0 ;;
mips) return 0 ;;
Expand Down

0 comments on commit ec4ce7b

Please sign in to comment.