|
27 | 27 | strategy: |
28 | 28 | matrix: |
29 | 29 | os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019] |
| 30 | + exclude: |
| 31 | + - os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }} |
30 | 32 |
|
31 | 33 | steps: |
32 | 34 | - uses: actions/checkout@v4 |
|
43 | 45 | # |
44 | 46 | project: |
45 | 47 | name: Project Checks |
46 | | - if: github.repository == 'containerd/containerd' |
47 | 48 | runs-on: ubuntu-20.04 |
48 | 49 | timeout-minutes: 5 |
49 | 50 |
|
|
56 | 57 | - uses: ./src/github.com/containerd/containerd/.github/actions/install-go |
57 | 58 |
|
58 | 59 | - uses: containerd/[email protected] |
| 60 | + if: github.repository == 'containerd/containerd' |
59 | 61 | with: |
60 | 62 | working-directory: src/github.com/containerd/containerd |
61 | 63 | repo-access-token: ${{ secrets.GITHUB_TOKEN }} |
@@ -193,6 +195,8 @@ jobs: |
193 | 195 | matrix: |
194 | 196 | os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022] |
195 | 197 | go-version: ["1.22.8", "1.23.2"] |
| 198 | + exclude: |
| 199 | + - os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }} |
196 | 200 | steps: |
197 | 201 | - uses: actions/checkout@v4 |
198 | 202 | - uses: ./.github/actions/install-go |
@@ -394,6 +398,7 @@ jobs: |
394 | 398 | enable_cri_sandboxes: ["", "sandboxed"] |
395 | 399 | os: [ubuntu-20.04, actuated-arm64-4cpu-16gb] |
396 | 400 | exclude: |
| 401 | + - os: ${{ github.repository != 'containerd/containerd' && 'actuated-arm64-4cpu-16gb' }} |
397 | 402 | - runtime: io.containerd.runc.v1 |
398 | 403 | runc: crun |
399 | 404 | - runtime: io.containerd.runtime.v1.linux |
|
0 commit comments