Browse Source

Update release.yml

pull/1690/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
7af9415696
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -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

Loading…
Cancel
Save