Skip to content

Commit 7077829

Browse files
committed
feat: Add support for Windows 32-bit (x86)
1 parent 1c41b4f commit 7077829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ builds:
1414
goarch:
1515
- amd64
1616
- arm64
17+
- 386 # Add support for Windows 32-bit (x86)
1718

1819
archives:
1920
- formats: [ 'tar.gz' ]

0 commit comments

Comments
 (0)