Skip to content

Commit

Permalink
Fixed goreleaser yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkelhost committed May 6, 2024
1 parent 95d5e9c commit 7a681f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
goos:
- linux
goarch:
- 386
- "386"
- amd64

archives:
Expand All @@ -47,8 +47,6 @@ archives:
# Keys should be valid GOOSs or GOARCHs.
# Values are the respective replacements.
# Default is empty.
replacements:
amd64: 64-bit


# Set to true, if you want all files in the archive to be in a single directory.
Expand Down

0 comments on commit 7a681f5

Please sign in to comment.