Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Remove darwin from goreleaser and download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Apr 20, 2018
1 parent 3f429fd commit b0e129e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
builds:
- binary: gotop
goos:
- darwin
- linux
goarch:
- amd64
Expand All @@ -28,9 +27,3 @@ archive:
replacements:
arm64: arm8
format: tgz
brew:
github:
owner: cjbassi
name: homebrew-gotop
description: "A terminal based graphical activity monitor inspired by gtop and vtop"
homepage: "https://github.com/cjbassi/gotop"
2 changes: 0 additions & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ download() {
arch=$(uname -sm)
case "$arch" in
# order matters
Darwin\ *64) download darwin_amd64 ;;
Darwin\ *86) download darwin_386 ;;
Linux\ armv5*) download linux_arm5 ;;
Linux\ armv6*) download linux_arm6 ;;
Linux\ armv7*) download linux_arm7 ;;
Expand Down

0 comments on commit b0e129e

Please sign in to comment.