17
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -224,21 +224,12 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           go-version: ${{ matrix.go-version }} |           go-version: ${{ matrix.go-version }} | ||||||
|  |  | ||||||
|       - name: Set env |  | ||||||
|         shell: bash |  | ||||||
|         run: | |  | ||||||
|           echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV |  | ||||||
|           echo "${{ github.workspace }}/bin" >> $GITHUB_PATH |  | ||||||
|  |  | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|         with: |  | ||||||
|           path: src/github.com/containerd/containerd |  | ||||||
|  |  | ||||||
|       - name: Make |       - name: Make | ||||||
|         run: | |         run: | | ||||||
|           make build |           make build | ||||||
|           make binaries |           make binaries | ||||||
|         working-directory: src/github.com/containerd/containerd |  | ||||||
|  |  | ||||||
|   # |   # | ||||||
|   # Integration and CRI tests |   # Integration and CRI tests | ||||||
| @@ -410,11 +401,9 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         runtime: |         runtime: | ||||||
|           [ |           - io.containerd.runtime.v1.linux | ||||||
|             io.containerd.runtime.v1.linux, |           - io.containerd.runc.v1 | ||||||
|             io.containerd.runc.v1, |           - io.containerd.runc.v2 | ||||||
|             io.containerd.runc.v2, |  | ||||||
|           ] |  | ||||||
|         runc: [runc, crun] |         runc: [runc, crun] | ||||||
|         enable_cri_sandboxes: ["", "sandboxed"] |         enable_cri_sandboxes: ["", "sandboxed"] | ||||||
|         exclude: |         exclude: | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ on: | |||||||
|       - main |       - main | ||||||
|       - "release/**" |       - "release/**" | ||||||
|  |  | ||||||
| name: Containerd Release | name: Release | ||||||
|  |  | ||||||
| env: | env: | ||||||
|   GO_VERSION: "1.19.5" |   GO_VERSION: "1.19.5" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda