ci: build ingest and stream images for amd64 and arm64
Add Drone pipelines building both container images per architecture and merging them into multi-arch manifests under registry.nemunai.re/radieo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
ca5cbc61df
commit
3ff4e24872
4 changed files with 189 additions and 2 deletions
17
.drone-manifest-ingest.yml
Normal file
17
.drone-manifest-ingest.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
image: registry.nemunai.re/radieo/ingest:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
||||
{{#if build.tags}}
|
||||
tags:
|
||||
{{#each build.tags}}
|
||||
- {{this}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
manifests:
|
||||
- image: registry.nemunai.re/radieo/ingest:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
|
||||
platform:
|
||||
architecture: amd64
|
||||
os: linux
|
||||
- image: registry.nemunai.re/radieo/ingest:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
|
||||
platform:
|
||||
architecture: arm64
|
||||
os: linux
|
||||
variant: v8
|
||||
Loading…
Add table
Add a link
Reference in a new issue