Skip to content

Commit c21c13c

Browse files
committed
Remove i386 from release builds
1 parent 1617155 commit c21c13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
goos: [freebsd, linux, windows]
14-
goarch: ["386", amd64]
14+
goarch: [amd64, arm64]
1515
steps:
1616
- uses: actions/checkout@v3
1717

0 commit comments

Comments
 (0)