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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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