Skip to content

Commit

Permalink
remove solaris
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Mar 26, 2018
1 parent d0579fb commit 4a57d4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,15 +42,13 @@
- 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
- cross/tdash-linux-arm.md5
- 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a57d4d

Please sign in to comment.