CI: arm64-8core-32gb -> ubuntu-24.04-arm
GHA now provides ARM runners for free https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit 4e7484d3f40a8ec07126eb16fae614aedafe630a) > Conflicts: > .github/workflows/ci.yml Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -23,9 +23,7 @@ jobs: | |||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-24.04, arm64-8core-32gb, macos-13, windows-2019] |         os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2019] | ||||||
|         exclude: |  | ||||||
|           - os: ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb' }} |  | ||||||
|  |  | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
| @@ -190,10 +188,8 @@ jobs: | |||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-22.04, ubuntu-24.04, arm64-8core-32gb, macos-13, windows-2019, windows-2022] |         os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2019, windows-2022] | ||||||
|         go-version: ["1.24.0", "1.23.6"] |         go-version: ["1.24.0", "1.23.6"] | ||||||
|         exclude: |  | ||||||
|           - os: ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb' }} |  | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||||||
|       - uses: ./.github/actions/install-go |       - uses: ./.github/actions/install-go | ||||||
| @@ -388,9 +384,7 @@ jobs: | |||||||
|         runtime: |         runtime: | ||||||
|           - io.containerd.runc.v2 |           - io.containerd.runc.v2 | ||||||
|         runc: [runc]  # crun can be added here to debug crun issues |         runc: [runc]  # crun can be added here to debug crun issues | ||||||
|         os: [ubuntu-22.04, ubuntu-24.04, arm64-8core-32gb] |         os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm] | ||||||
|         exclude: |  | ||||||
|           - os: ${{ github.repository != 'containerd/containerd' && 'arm64-8core-32gb' }} |  | ||||||
|         cgroup_driver: [cgroupfs, systemd] |         cgroup_driver: [cgroupfs, systemd] | ||||||
|  |  | ||||||
|     env: |     env: | ||||||
| @@ -412,10 +406,6 @@ jobs: | |||||||
|           script/setup/install-failpoint-binaries |           script/setup/install-failpoint-binaries | ||||||
|  |  | ||||||
|       - name: Install criu |       - name: Install criu | ||||||
|         # NOTE: Required arm64 enable CONFIG_CHECKPOINT_RESTORE (need to confirm GitHub action runners config) |  | ||||||
|         # |  | ||||||
|         # REF: https://criu.org/Linux_kernel |  | ||||||
|         if: matrix.os != 'arm64-8core-32gb' |  | ||||||
|         run: | |         run: | | ||||||
|           sudo add-apt-repository -y ppa:criu/ppa |           sudo add-apt-repository -y ppa:criu/ppa | ||||||
|           sudo apt-get update |           sudo apt-get update | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda