Skip to content

Commit

Permalink
goreleaser config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Apr 15, 2020
1 parent 12e5ac7 commit 8aa1305
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions machine/.goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .goreleaser.yml
project_name: docker-machine-nutanix
project_name: docker-machine-driver-nutanix

builds:
- goos:
Expand All @@ -8,7 +8,8 @@ builds:
- amd64

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

checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"

0 comments on commit 8aa1305

Please sign in to comment.