Skip to content

Commit

Permalink
goreleaser: add flavour to build standalone binary
Browse files Browse the repository at this point in the history
  • Loading branch information
j-vizcaino committed Mar 6, 2019
1 parent 1584bcb commit fcb443c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ builds:
goarch: arm64
env:
- CGO_ENABLED=0
- binary: ir-remotes-standalone
goos: [ linux ]
goarch: [ amd64 ]
flags:
- -tags=embedded

archive:
format: binary
checksum:
Expand Down

0 comments on commit fcb443c

Please sign in to comment.