Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Nov 7, 2023
1 parent 37d7209 commit 1f87af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ builds:
ldflags:
- '-s -w -X main.gitRevision={{.Version}} -X main.gitCommit={{.Commit}}'
goos: [ windows, linux, darwin ]
goarch: [ amd64, arm64 ]
goarch: [ amd64, arm64, arm ]
archives:
- id: server
builds: [ server, ctl, takreplay ]
Expand Down

0 comments on commit 1f87af2

Please sign in to comment.