Skip to content

Commit

Permalink
Temporarily disable VM tests for arm, arm64, riscv64
Browse files Browse the repository at this point in the history
We don't know how to read any of that right now anyway.

Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Mar 25, 2024
1 parent 6e87236 commit 4a98020
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,8 @@ jobs:
strategy:
matrix:
go-version: ['1.21.x', '1.22.x']
vmarch: [ 'amd64', 'arm64', 'riscv64' ]
vmarch: [ 'amd64' ]
goarm: ['']
include:
# QEMU arm -M virt seems to support only v5. GOARM default as of 1.21
# is v7.
- go-version: '1.21.x'
vmarch: 'arm'
goarm: '5'
# QEMU arm -M virt seems to support only v5. GOARM default as of 1.21
# is v7.
- go-version: '1.22.x'
vmarch: 'arm'
goarm: '5'

env:
VMTEST_ARCH: ${{ matrix.vmarch }}
Expand Down

0 comments on commit 4a98020

Please sign in to comment.