Skip to content

Commit

Permalink
feat(#119): support openbsd, and freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-5 committed Sep 9, 2024
1 parent db02e39 commit 6b8ba27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ builds:
- linux
- windows
- darwin
- openbsd
- freebsd
id: fjira
main: ./cmd/fjira-cli
binary: fjira
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_coverage:
go tool cover -func coverage.out

release:
goreleaser release --skip-publish --snapshot --rm-dist
goreleaser release --skip publish --snapshot --clean

clean:
rm -rf ${BINARY_DIR}
Expand Down

0 comments on commit 6b8ba27

Please sign in to comment.