mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	bump all nightly builds to 16gb
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/release-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release-nightly.yml
									
									
									
									
										vendored
									
									
								
							@@ -5,12 +5,12 @@ on:
 | 
				
			|||||||
    branches: [ main, release/v* ]
 | 
					    branches: [ main, release/v* ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
concurrency:
 | 
					concurrency:
 | 
				
			||||||
  group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
 | 
					  group: ${{ github.workflow }}-${{ github.ref }}
 | 
				
			||||||
  cancel-in-progress: true
 | 
					  cancel-in-progress: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  nightly-binary:
 | 
					  nightly-binary:
 | 
				
			||||||
    runs-on: actuated-4cpu-8gb
 | 
					    runs-on: actuated-4cpu-16gb
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
					      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
				
			||||||
@@ -93,7 +93,7 @@ jobs:
 | 
				
			|||||||
          push: true
 | 
					          push: true
 | 
				
			||||||
          tags: gitea/gitea:${{ steps.clean_name.outputs.branch }}
 | 
					          tags: gitea/gitea:${{ steps.clean_name.outputs.branch }}
 | 
				
			||||||
  nightly-docker-rootless:
 | 
					  nightly-docker-rootless:
 | 
				
			||||||
    runs-on: actuated-4cpu-8gb
 | 
					    runs-on: actuated-4cpu-16gb
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
					      # fetch all commits instead of only the last as some branches are long lived and could have many between versions
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user