Skip to content

Commit

Permalink
test: fix deprecated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 8, 2023
1 parent c85e960 commit fd15831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions test/.goreleaser-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ builds:
- linux
- windows
goarch:
- 386
- amd64
- "386"
- "amd64"

archives:
-
replacements:
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
Expand Down
7 changes: 2 additions & 5 deletions test/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ builds:
- linux
- windows
goarch:
- 386
- amd64
- "386"
- "amd64"

archives:
-
replacements:
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit fd15831

Please sign in to comment.