Skip to content

Commit

Permalink
release: add windows (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Osuri authored Aug 21, 2018
1 parent 13a6b20 commit 233b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ builds:
- binary: akash
main: ./cmd/akash
goarch: [amd64]
goos: [linux,darwin]
goos: [linux,darwin,windows]
ldflags: -s -w -X github.com/ovrclk/akash/version.version={{.Version}} -X github.com/ovrclk/akash/version.commit={{.Commit}} -X github.com/ovrclk/akash/version.date={{.Date}}

- binary: akashd
Expand Down

0 comments on commit 233b8bc

Please sign in to comment.