Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Add support for darwin_386
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Apr 11, 2018
1 parent 4e803bb commit 078f3d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ builds:
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
archive:
format: tgz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/

## Installation

Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and 64bit OSX. Either clone the repo and run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary, use the AUR if you're on Arch Linux, or build from source.
Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and 32/64bit OSX. Either clone the repo and run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary, use the AUR if you're on Arch Linux, or build from source.

### Using Git

Expand Down
1 change: 1 addition & 0 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ case "$arch" in
Linux\ *64) download linux_amd64 ;;
Linux\ *86) download linux_386 ;;
Darwin\ *64) download darwin_amd64 ;;
Darwin\ *86) download darwin_386 ;;
*)
echo "No binary found for your system"
exit 1
Expand Down

0 comments on commit 078f3d5

Please sign in to comment.