Remove darwin from goreleaser and download.sh

This commit is contained in:
Caleb Bassi 2018-04-19 20:31:51 -07:00
parent 3f429fd8b6
commit b0e129e1c1
2 changed files with 0 additions and 9 deletions

View File

@ -12,7 +12,6 @@
builds:
- binary: gotop
goos:
- darwin
- linux
goarch:
- amd64
@ -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"

View File

@ -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 ;;