Skip to content

Commit b27d6f3

Browse files
authored
Merge pull request #4856 from kolyshkin/criu-arm
CI: switch to packaged criu on arm
2 parents d754fda + 96f4a90 commit b27d6f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,11 @@ jobs:
3434
# (need to compile criu) and don't add much value/coverage.
3535
- criu: criu-dev
3636
go-version: 1.23.x
37-
os: ubuntu-24.04
3837
- criu: criu-dev
3938
rootless: rootless
40-
os: ubuntu-24.04
4139
# Do race detection only on latest Go.
4240
- race: -race
4341
go-version: 1.23.x
44-
# CRIU package 4.1-1 from opensuse build farm doesn't work on arm.
45-
- os: ubuntu-24.04-arm
46-
criu: ""
4742

4843
runs-on: ${{ matrix.os }}
4944

0 commit comments

Comments
 (0)