We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1617155 commit c21c13cCopy full SHA for c21c13c
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
goos: [freebsd, linux, windows]
14
- goarch: ["386", amd64]
+ goarch: [amd64, arm64]
15
steps:
16
- uses: actions/checkout@v3
17
0 commit comments