Skip to content

Commit

Permalink
release: add windows and armv6/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
lithdew committed Jun 16, 2020
1 parent 4b1097f commit 8751c9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
17 changes: 13 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ builds:
binary: flatend
env:
- CGO_ENABLED=0
archives:
- replacements:
386: i386
amd64: x86_64
goos:
- darwin
- linux
- freebsd
- windows
goarch:
- amd64
- arm
- arm64
- 386
goarm:
- 6
- 7
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ The session handshake protocol is well-documented [here](https://github.com/lith

## Installation

```shell
VERSION=$(curl -s https://github.com/lithdew/flatend/releases/latest/download 2>&1 | grep -Po [0-9]+\.[0-9]+\.[0-9]+)
wget https://github.com/lithdew/flatend/releases/download/v$VERSION/flatend_$VERSION\_linux_x86_64.tar.gz
tar xvzf flatend_$VERSION\_linux_x86_64.tar.gz
```
Head over to the [Releases](https://github.com/lithdew/flatend/releases) section and download the latest version of Flatend for your platform.

Archive checksums come pre-included in every release.

## Quickstart

Expand Down

0 comments on commit 8751c9f

Please sign in to comment.