Update release.yaml

This commit is contained in:
Ilya Sosnovsky 2021-02-14 13:18:57 +03:00 committed by GitHub
parent 81d7ec34e8
commit cf274db1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
goos: [linux, windows, darwin]
goos: [linux]
goarch: ["386", amd64]
steps:
- name: checkout code