Skip to content

Commit

Permalink
Merge pull request #455 from Southclaws/goreleaser-fix
Browse files Browse the repository at this point in the history
fix(ci): binaries is now deprecated for goreleaser
  • Loading branch information
ADRFranklin authored Jan 6, 2022
2 parents 80a4a00 + 2a29428 commit 4f2317e
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 @@ -36,8 +36,7 @@ checksum:
dockers:
- goos: linux
goarch: "386"
binaries:
- sampctl
ids: ['sampctl']
dockerfile: Dockerfile
image_templates:
- "southclaws/sampctl:{{ .Tag }}"
Expand Down

0 comments on commit 4f2317e

Please sign in to comment.