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:
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64]
goarch: ["386", amd64, arm]
steps:
- name: Check out code into the Go module directory