mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
* drone Signed-off-by: Joe Elliott <number101010@gmail.com> * /wave * yaml cleanup Signed-off-by: Joe Elliott <number101010@gmail.com> * Require arch to image-tags Signed-off-by: Joe Elliott <number101010@gmail.com> * Revert "Require arch to image-tags" This reverts commit 8143bf47d8a68fc999f05324ffa0d49f9a65c669. * reverse course! image-tag doesn't take arch Signed-off-by: Joe Elliott <number101010@gmail.com> * changed path Signed-off-by: Joe Elliott <number101010@gmail.com> * added tags to manifest Signed-off-by: Joe Elliott <number101010@gmail.com> * fixed path to template Signed-off-by: Joe Elliott <number101010@gmail.com> * fixed to only support one build tag Signed-off-by: Joe Elliott <number101010@gmail.com> * reference build tags differently Signed-off-by: Joe Elliott <number101010@gmail.com> * Linusw Torvalds would not approve Signed-off-by: Joe Elliott <number101010@gmail.com> * Added readme Signed-off-by: Joe Elliott <number101010@gmail.com>
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 |