Skip to content

Commit

Permalink
feat(ci): add darwin (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Jul 24, 2023
1 parent 0a411d4 commit 1bfab8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
Expand All @@ -23,4 +24,4 @@ archives:
- LICENSE
- README*
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
name_template: SNAPSHOT-{{ .Commit }}

0 comments on commit 1bfab8a

Please sign in to comment.