Skip to content

Commit

Permalink
Need to allow arm and arm64 or else it fails.
Browse files Browse the repository at this point in the history
This allows the file to compile for arm and arm64.
  • Loading branch information
IWriteThings committed Jan 27, 2016
1 parent 67b32c5 commit 89f498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/package
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ case "$os" in
esac

case "$arch" in
386 | amd64 ) ;;
386 | amd64 | arm | arm64 ) ;;
* ) echo "unsupported arch: $arch" >&2; exit 1 ;;
esac

Expand Down

0 comments on commit 89f498e

Please sign in to comment.