mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 00:02:20 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}
 | 
						|
{{#if build.tags}}
 | 
						|
{{#unless (contains "-rc" build.tag)}}
 | 
						|
{{#unless (contains "-dev" build.tag)}}
 | 
						|
tags:
 | 
						|
{{#each build.tags}}
 | 
						|
  - {{this}}
 | 
						|
{{/each}}
 | 
						|
  - "latest"
 | 
						|
{{/unless}}
 | 
						|
{{/unless}}
 | 
						|
{{/if}}
 | 
						|
manifests:
 | 
						|
  -
 | 
						|
    image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-amd64
 | 
						|
    platform:
 | 
						|
      architecture: amd64
 | 
						|
      os: linux
 | 
						|
  -
 | 
						|
    image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-arm64
 | 
						|
    platform:
 | 
						|
      architecture: arm64
 | 
						|
      os: linux
 | 
						|
      variant: v8
 | 
						|
  -
 | 
						|
    image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-riscv64
 | 
						|
    platform:
 | 
						|
      architecture: riscv64
 | 
						|
      os: linux
 |