Skip to content

Commit

Permalink
fix: refactor codebase for improved architecture compatibility
Browse files Browse the repository at this point in the history
- Change architecture identifier from `i386` to `386`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 19, 2024
1 parent 59a503e commit af959c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- windows
- freebsd
goarch:
- i386
- "386"
- amd64
- arm
- arm64
Expand Down

0 comments on commit af959c7

Please sign in to comment.