本站源代码
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.

20 lines
488B

  1. image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
  2. {{#if build.tags}}
  3. tags:
  4. {{#each build.tags}}
  5. - {{this}}
  6. {{/each}}
  7. {{/if}}
  8. manifests:
  9. -
  10. image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
  11. platform:
  12. architecture: amd64
  13. os: linux
  14. -
  15. image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
  16. platform:
  17. architecture: arm64
  18. os: linux
  19. variant: v8
上海开阖软件有限公司 沪ICP备12045867号-1