Skip to content

Commit

Permalink
ready to release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
asche910 committed Oct 19, 2019
1 parent c9e6951 commit b48388e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

builds:
-
binary: client-flynet
main: ./cmd/client/client.go
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- 386
- arm
- mipsle
-
binary: server-flynet
main: ./cmd/server/server.go
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- 386
- arm
- mipsle

archives:
-
files:
- flynet.conf
- README.md

0 comments on commit b48388e

Please sign in to comment.