Skip to content

Commit

Permalink
fix gorleaser, again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancurrah committed May 27, 2021
1 parent 3712f0b commit 011d855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ archives:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
dockers:
- goos: linux
goarch: amd64
binaries:
- gomodguard
image_templates:
- "ryancurrah/gomodguard:latest"
- "ryancurrah/gomodguard:{{.Tag}}"
Expand Down

0 comments on commit 011d855

Please sign in to comment.