Skip to content

Commit

Permalink
Merge pull request #32 from padok-team/ci/add-all-oses
Browse files Browse the repository at this point in the history
ci: add windows & darwin to goos
  • Loading branch information
cterence authored Oct 23, 2023
2 parents 3317e72 + ff66be7 commit 9f66554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ builds:
- -X "github.com/padok-team/guacamole/internal/version.BuildTimestamp={{.Env.BUILD_TIMESTAMP}}"
goos:
- linux
- windows
- darwin
main: ./
binary: guacamole
archives:
Expand Down

0 comments on commit 9f66554

Please sign in to comment.