Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/.drone/docker-manifest-build-image...

17 lines
337 B

image: grafana/{{config.target}}
tags:
{{#if build.tags}}
{{#each build.tags}}
- {{this}}
{{/each}}
{{/if}}
manifests:
- image: grafana/{{config.target}}-amd64
platform:
architecture: amd64
os: linux
- image: grafana/{{config.target}}-arm64
platform:
architecture: arm64
os: linux
variant: v8