Skip to content

Commit

Permalink
static binary + fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Aug 29, 2023
1 parent a817855 commit f5c2636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion machine/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ builds:
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0

archives:
- name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}"
- name_template: "{{ .ProjectName }}"
format: binary

checksum:
Expand Down

0 comments on commit f5c2636

Please sign in to comment.