Skip to content

Commit fa87f07

Browse files
committed
update goreleaser
1 parent fcab0fc commit fa87f07

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.goreleaser.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ archives:
2525
darwin: Darwin
2626
linux: Linux
2727
windows: Windows
28-
amd64: x86_64
2928
checksum:
3029
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
3130
changelog:
@@ -34,17 +33,17 @@ changelog:
3433
exclude:
3534
- '^typo'
3635
- 'version bump'
37-
# brews:
38-
# - folder: Formula
39-
# tap:
40-
# owner: mroy
41-
# name: homebrew-tap
42-
# commit_author:
43-
# name: Michael Roy
44-
# email: mike@mikeroysoft.com
45-
# homepage: "https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/README.md"
46-
# description: "Cross-platform docker-machine driver for VMware Fusion and Workstation"
47-
# test: |
48-
# system "#{bin}/docker-machine-driver-vmware -v"
49-
# install: |
50-
# bin.install "docker-machine-driver-vmware"
36+
brews:
37+
- folder: Formula
38+
tap:
39+
owner: mikeroySoft
40+
name: homebrew-tap
41+
commit_author:
42+
name: Michael Roy
43+
email: mike@mikeroysoft.com
44+
homepage: "https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/README.md"
45+
description: "Cross-platform docker-machine driver for VMware Fusion and Workstation"
46+
test: |
47+
system "#{bin}/docker-machine-driver-vmware -v"
48+
install: |
49+
bin.install "docker-machine-driver-vmware"

0 commit comments

Comments
 (0)