Update release.yml

This commit is contained in:
Chris Lu
2020-12-17 22:16:14 -08:00
committed by GitHub
parent 1b4237795a
commit 7af9415696

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
goos: [linux, windows, darwin] goos: [linux, windows, darwin]
goarch: ["386", amd64] goarch: ["386", amd64, arm]
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory