diff --git a/.travis.yml b/.travis.yml index 06c8acb..7f52b97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ - cross/tdash-linux-arm - cross/tdash-darwin-amd64.md5 - cross/tdash-darwin-amd64 - - cross/tdash-solaris-amd64.md5 - cross/tdash-linux-arm64.sha256 - cross/tdash-linux-arm.sha256 - cross/tdash-linux-386.sha256 @@ -43,7 +42,6 @@ - cross/tdash-linux-amd64.sha256 - cross/tdash-linux-386.md5 - cross/tdash-freebsd-386 - - cross/tdash-solaris-amd64.sha256 - cross/tdash-windows-amd64 - cross/tdash-windows-amd64.md5 - cross/tdash-windows-amd64.sha256 @@ -51,7 +49,6 @@ - cross/tdash-darwin-386.sha256 - cross/tdash-darwin-amd64.sha256 - cross/tdash-windows-386 - - cross/tdash-solaris-amd64 - cross/tdash-darwin-386 - cross/tdash-linux-386 - cross/tdash-freebsd-amd64 diff --git a/Makefile b/Makefile index ab8ffed..f77aef3 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ GO_LDFLAGS=-ldflags "-w $(CTIMEVAR)" GO_LDFLAGS_STATIC=-ldflags "-w $(CTIMEVAR) -extldflags -static" # List the GOOS and GOARCH to build -GOOSARCHES = darwin/amd64 darwin/386 freebsd/amd64 freebsd/386 linux/arm linux/arm64 linux/amd64 linux/386 solaris/amd64 windows/amd64 windows/386 +GOOSARCHES = darwin/amd64 darwin/386 freebsd/amd64 freebsd/386 linux/arm linux/arm64 linux/amd64 linux/386 windows/amd64 windows/386 .PHONY: build build: $(NAME) ## Builds a dynamic executable or package diff --git a/README.md b/README.md index 1e221fb..e849bf5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ A terminal dashboard with stats from Google Analytics, GitHub, Travis CI, and Je - **darwin** [386](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-darwin-386) / [amd64](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-darwin-amd64) - **freebsd** [386](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-freebsd-386) / [amd64](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-freebsd-amd64) - **linux** [386](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-linux-386) / [amd64](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-linux-amd64) / [arm](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-linux-arm) / [arm64](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-linux-arm64) -- **solaris** [amd64](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-solaris-amd64) - **windows** [386](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-windows-386) / [amd64](https://github.com/jessfraz/tdash/releases/download/v0.0.0/tdash-windows-amd64) #### Via Go