Skip to content

Commit

Permalink
CI: add actuated-arm64-4cpu-12gb
Browse files Browse the repository at this point in the history
See <https://actuated.dev/blog/arm-ci-cncf-ampere>.
Thanks to Alex Ellis and Equinix.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Dec 12, 2023
1 parent 99f7fa1 commit 5c3e3ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, actuated-arm64-4cpu-12gb]
go-version: [1.20.x, 1.21.x]
rootless: ["rootless", ""]
race: ["-race", ""]
Expand All @@ -40,6 +40,15 @@ jobs:
criu: criu-dev
- dmz: runc_nodmz
os: ubuntu-20.04
- go-version: 1.20.x
os: actuated-arm64-4cpu-12gb
- race: "-race"
os: actuated-arm64-4cpu-12gb
- criu: criu-dev
os: actuated-arm64-4cpu-12gb
- dmz: runc_nodmz
os: actuated-arm64-4cpu-12gb

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

steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![gha/validate](https://github.com/opencontainers/runc/workflows/validate/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Avalidate)
[![gha/ci](https://github.com/opencontainers/runc/workflows/ci/badge.svg)](https://github.com/opencontainers/runc/actions?query=workflow%3Aci)
[![CirrusCI](https://api.cirrus-ci.com/github/opencontainers/runc.svg)](https://cirrus-ci.com/github/opencontainers/runc)
<a href="https://actuated.dev"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a>

## Introduction

Expand Down

0 comments on commit 5c3e3ac

Please sign in to comment.