Remove i386 from release builds

This commit is contained in:
Bernhard Froehlich
2022-05-01 11:23:56 +00:00
parent 1617155f1e
commit fe32180fbc

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
goos: [freebsd, linux, windows]
goarch: ["386", amd64]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v3