mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
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}}-rootless |
|
{{#if build.tags}} |
|
{{#unless (contains "-rc" build.tag)}} |
|
{{#unless (contains "-dev" build.tag)}} |
|
tags: |
|
{{#each build.tags}} |
|
- {{this}}-rootless |
|
{{/each}} |
|
- "latest-rootless" |
|
{{/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-rootless |
|
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-rootless |
|
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-rootless |
|
platform: |
|
architecture: riscv64 |
|
os: linux
|
|
|