Skip to content

Commit

Permalink
feat(goreleaser) : Add linux windows darwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Dec 16, 2023
1 parent 8440a71 commit 247298c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- skip: true
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: tar.gz
Expand Down Expand Up @@ -37,4 +42,4 @@ changelog:
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 247298c

Please sign in to comment.