Skip to content

Commit b47bb63

Browse files
committed
CI: add actuated-arm64-4cpu-12gb
See <https://actuated.dev/blog/arm-ci-cncf-ampere>. Thanks to Alex Ellis and Equinix. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 99f7fa1 commit b47bb63

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-20.04, ubuntu-22.04]
26+
os: [ubuntu-20.04, ubuntu-22.04, actuated-arm64-4cpu-12gb]
2727
go-version: [1.20.x, 1.21.x]
2828
rootless: ["rootless", ""]
2929
race: ["-race", ""]
@@ -40,6 +40,15 @@ jobs:
4040
criu: criu-dev
4141
- dmz: runc_nodmz
4242
os: ubuntu-20.04
43+
- go-version: 1.20.x
44+
os: actuated-arm64-4cpu-12gb
45+
- race: "-race"
46+
os: actuated-arm64-4cpu-12gb
47+
- criu: criu-dev
48+
os: actuated-arm64-4cpu-12gb
49+
- dmz: runc_nodmz
50+
os: actuated-arm64-4cpu-12gb
51+
4352
runs-on: ${{ matrix.os }}
4453

4554
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![gha/validate](https://github.com/opencontainers/runc/workflows/validate/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Avalidate)
77
[![gha/ci](https://github.com/opencontainers/runc/workflows/ci/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Aci)
88
[![CirrusCI](https://api.cirrus-ci.com/github/opencontainers/runc.svg)](https://cirrus-ci.com/github/opencontainers/runc)
9+
[![actuated.dev](https://docs.actuated.dev/images/actuated-badge.png)](https://actuated.dev)
910

1011
## Introduction
1112

0 commit comments

Comments
 (0)