Remove arm from build-test workflow
This commit is contained in:
parent
fb3460f5f6
commit
2d4dd05ec9
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
os: [ ubuntu-20.04 ]
|
||||
go: [ 1.15.6 ]
|
||||
goos: [ linux ]
|
||||
goarch: [ amd64, arm, arm64 ]
|
||||
goarch: [ amd64, arm64 ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user