Skip to content

Commit

Permalink
feature #107: release windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Feb 19, 2021
1 parent df9965c commit 8f79ba6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ builds:
-
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows

changelog:
filters:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.16.0

ARG WALRUS_VERSION=0.1.6
ARG WALRUS_VERSION=0.1.7

ENV GO111MODULE=on

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<p align="center">
<a href="https://github.com/Clivern/Walrus/actions"><img src="https://github.com/Clivern/Walrus/workflows/Build/badge.svg"></a>
<a href="https://github.com/Clivern/Walrus/actions"><img src="https://github.com/Clivern/Walrus/workflows/Release/badge.svg"></a>
<a href="https://github.com/Clivern/Walrus/releases"><img src="https://img.shields.io/badge/Version-0.1.6-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Walrus"><img src="https://goreportcard.com/badge/github.com/Clivern/Walrus?v=0.1.6"></a>
<a href="https://github.com/Clivern/Walrus/releases"><img src="https://img.shields.io/badge/Version-0.1.7-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Walrus"><img src="https://goreportcard.com/badge/github.com/Clivern/Walrus?v=0.1.7"></a>
<a href="https://hub.docker.com/r/clivern/walrus"><img src="https://img.shields.io/badge/Docker-Latest-green"></a>
<a href="https://github.com/Clivern/Walrus/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
</p>
</p>
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/chart.png?v=0.1.6" width="80%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/chart.png?v=0.1.7" width="80%" />
</p>
<p align="center">
<h3 align="center">Dashboard Screenshots</h3>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_02.png?v=0.1.6" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_03.png?v=0.1.6" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_02.png?v=0.1.7" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Walrus/main/assets/screenshot_03.png?v=0.1.7" width="90%" />
</p>
</p>

Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ curl https://ipinfo.io/ip
In the host where backups have to take place, download walrus binary.

```bash
$ curl -sL https://github.com/Clivern/Walrus/releases/download/v0.1.6/walrus_0.1.6_Linux_x86_64.tar.gz | tar xz
$ curl -sL https://github.com/Clivern/Walrus/releases/download/v0.1.7/walrus_0.1.7_Linux_x86_64.tar.gz | tar xz
```

Create agent config file. Don't forget to replace `agent.tower` configs with the `tower URL`, `apiKey` and `encryptionKey`, you can get these values from tower configs you created earlier.
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
walrus:
image: 'clivern/walrus:release-v0.1.6'
image: 'clivern/walrus:release-v0.1.7'
ports:
- "8000:8000"
command: '/app/walrus tower -c /app/configs/config.yml'
Expand Down

0 comments on commit 8f79ba6

Please sign in to comment.