Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jun 23, 2024
1 parent 2946d97 commit 8cf2c4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ version: 2
# - go mod tidy
builds:
- env: ["CGO_ENABLED=0"]
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
binary: myapp
targets: [go_first_class]
# targets: [go_first_class]

archives:
- name_template: >-
Expand Down

0 comments on commit 8cf2c4f

Please sign in to comment.