Pin Grafana to amd64 since renderer requires it.

This could be mitigated by moving the renderer to another task group.
This commit is contained in:
IamTheFij 2023-10-19 12:06:47 -07:00
parent b97cfb68ad
commit 0c3f98d5c3
1 changed files with 5 additions and 0 deletions

View File

@ -281,6 +281,11 @@ ${file(join("/", [module_path, "grafana", config_file]))}
task "grafana-image-renderer" {
driver = "docker"
constraint {
attribute = "$${attr.cpu.arch}"
value = "amd64"
}
config {
image = "grafana/grafana-image-renderer:3.6.1"
ports = ["renderer"]