mirror of
https://github.com/containerd/containerd.git
synced 2026-08-12 22:16:27 +00:00
Merge pull request #12419 from AkihiroSuda/ci-skip-arm-on-private
CI: skip ubuntu-24.04-arm on private repos
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
|
||||
exclude:
|
||||
- os: ${{ github.event.repository.private && 'ubuntu-24.04-arm' || '' }}
|
||||
|
||||
|
||||
steps:
|
||||
@@ -190,6 +192,8 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2022]
|
||||
go-version: ["1.24.8", "1.25.2"]
|
||||
exclude:
|
||||
- os: ${{ github.event.repository.private && 'ubuntu-24.04-arm' || '' }}
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- uses: ./.github/actions/install-go
|
||||
@@ -375,6 +379,8 @@ jobs:
|
||||
runc: [runc] # crun can be added here to debug crun issues
|
||||
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm]
|
||||
cgroup_driver: [cgroupfs, systemd]
|
||||
exclude:
|
||||
- os: ${{ github.event.repository.private && 'ubuntu-24.04-arm' || '' }}
|
||||
|
||||
env:
|
||||
GOTEST: gotestsum --
|
||||
|
||||
Reference in New Issue
Block a user