From 4d5fa9adffb0531fe02e2f9244a6a2d3ed2a89be Mon Sep 17 00:00:00 2001 From: TangRufus Date: Mon, 14 Dec 2020 15:50:08 +0000 Subject: [PATCH] Remove linux --- .goreleaser.yml | 4 ---- README.md | 5 +---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index dd58a33..b77f973 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,14 +8,10 @@ builds: ldflags: - -X github.com/itinerisltd/trellis-cyberduck/cmd.version={{ .Version }} goos: - - linux - darwin archives: - replacements: darwin: Darwin - linux: Linux - 386: i386 - amd64: x86_64 snapshot: name_template: "{{ .Tag }}-next" changelog: diff --git a/README.md b/README.md index 5962485..cb00130 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ If you have [trellis-cli](https://github.com/roots/trellis-cli) v0.10.0 or later It goes without saying, you should install [Cyberduck](https://cyberduck.io/) first. -### macOS and Linux via Homebrew +### Homebrew ```bash brew install itinerisltd/tap/trellis-cyberduck @@ -79,9 +79,6 @@ trellis-cyberduck provides binary releases for a variety of OSes. These binary v 1. Unpack it (`tar -zxvf trellis-cyberduck_0.1.0_Darwin_x86_64.tar.gz`) 1. Find the `trellis-cyberduck` binary, and move it to its desired destination (`mv trellis-cyberduck /usr/local/bin/trellis-cyberduck`) 1. Make sure the above path is in your `$PATH` - -Extra steps for macOS users: - 1. Run the command. You should see macOS is blocking it 1. Grant an exception for the binary by clicking the **Open Anyway** button in the General pane of Security & Privacy preferences. This button is available for about an hour after you try to run the command