Skip to content

Commit af959c7

Browse files
committed
fix: refactor codebase for improved architecture compatibility
- Change architecture identifier from `i386` to `386` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 59a503e commit af959c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ builds:
1111
- windows
1212
- freebsd
1313
goarch:
14-
- i386
14+
- "386"
1515
- amd64
1616
- arm
1717
- arm64

0 commit comments

Comments
 (0)