mirror of
https://github.com/grafana/tempo.git
synced 2025-03-15 09:20:00 +00:00
13 lines
307 B
Cheetah
13 lines
307 B
Cheetah
|
image: grafana/{{config.target}}
|
||
|
tags:
|
||
|
- latest
|
||
|
- {{build.tags}}
|
||
|
manifests:
|
||
|
- image: grafana/{{config.target}}:{{build.tags}}-amd64
|
||
|
platform:
|
||
|
architecture: amd64
|
||
|
os: linux
|
||
|
- image: grafana/{{config.target}}:{{build.tags}}-arm64
|
||
|
platform:
|
||
|
architecture: arm64
|
||
|
os: linux
|