aboutsummaryrefslogtreecommitdiffstats
path: root/docker/manifest.rootless.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'docker/manifest.rootless.tmpl')
-rw-r--r--docker/manifest.rootless.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/manifest.rootless.tmpl b/docker/manifest.rootless.tmpl
index 1ebf5b73c8..3fa94ab0ec 100644
--- a/docker/manifest.rootless.tmpl
+++ b/docker/manifest.rootless.tmpl
@@ -22,3 +22,8 @@ manifests:
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