mirror of https://github.com/cjbassi/gotop.git
Remove darwin from goreleaser and download.sh
This commit is contained in:
parent
3f429fd8b6
commit
b0e129e1c1
|
@ -12,7 +12,6 @@
|
||||||
builds:
|
builds:
|
||||||
- binary: gotop
|
- binary: gotop
|
||||||
goos:
|
goos:
|
||||||
- darwin
|
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
|
@ -28,9 +27,3 @@ archive:
|
||||||
replacements:
|
replacements:
|
||||||
arm64: arm8
|
arm64: arm8
|
||||||
format: tgz
|
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"
|
|
||||||
|
|
|
@ -12,8 +12,6 @@ download() {
|
||||||
arch=$(uname -sm)
|
arch=$(uname -sm)
|
||||||
case "$arch" in
|
case "$arch" in
|
||||||
# order matters
|
# order matters
|
||||||
Darwin\ *64) download darwin_amd64 ;;
|
|
||||||
Darwin\ *86) download darwin_386 ;;
|
|
||||||
Linux\ armv5*) download linux_arm5 ;;
|
Linux\ armv5*) download linux_arm5 ;;
|
||||||
Linux\ armv6*) download linux_arm6 ;;
|
Linux\ armv6*) download linux_arm6 ;;
|
||||||
Linux\ armv7*) download linux_arm7 ;;
|
Linux\ armv7*) download linux_arm7 ;;
|
||||||
|
|
Loading…
Reference in New Issue