We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d754fda + 96f4a90 commit b27d6f3Copy full SHA for b27d6f3
.github/workflows/test.yml
@@ -34,16 +34,11 @@ jobs:
34
# (need to compile criu) and don't add much value/coverage.
35
- criu: criu-dev
36
go-version: 1.23.x
37
- os: ubuntu-24.04
38
39
rootless: rootless
40
41
# Do race detection only on latest Go.
42
- race: -race
43
44
- # CRIU package 4.1-1 from opensuse build farm doesn't work on arm.
45
- - os: ubuntu-24.04-arm
46
- criu: ""
47
48
runs-on: ${{ matrix.os }}
49
0 commit comments