Update release.yml
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -12,7 +12,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
|
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
|
||||||
goarch: ["386", amd64, arm]
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user