Update release.yml

This commit is contained in:
Chris Lu
2020-12-17 23:23:47 -08:00
committed by GitHub
parent dbf46b3aa1
commit 252e554e18

View File

@@ -12,8 +12,11 @@ jobs:
strategy: strategy:
matrix: matrix:
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ] goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
goarch: ["386", amd64] goarch: ["386", amd64, arm]
# goarch: ["386", amd64, arm] exclude:
- goarch: arm
goos: darwin
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory