Skip to content

Commit

Permalink
Merge pull request #70 from furiko-io/irvinlim/chore/goreleaser-cli
Browse files Browse the repository at this point in the history
chore: Add goreleaser for CLI
  • Loading branch information
irvinlim authored Apr 29, 2022
2 parents 50c09fd + 39a874e commit 740dfe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ builds:
- linux
goarch:
- amd64
- id: furiko-cli
main: ./cmd/furiko-cli
binary: furiko
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64

# Create archive for each entrypoint.
archives:
Expand Down

0 comments on commit 740dfe7

Please sign in to comment.