Seems cross compile failed

investigate maybe tomorrow...TAT
This commit is contained in:
Yang Gao 2020-05-08 03:58:53 -04:00 committed by GitHub
parent d1a0efdda8
commit 0437d7785b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
name: Build
strategy:
matrix:
GOARCH: [386, amd64, arm, arm64]
GOARCH: [amd64]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14