tempo/.drone/docker-manifest.tmpl
Joe Elliott 7182326ac8 Add support for multi-arch/arm64 images (#552)
* 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>
2021-02-24 08:43:43 -05:00

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