We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0833db1 commit 21ab3abCopy full SHA for 21ab3ab
.github/workflows/oci.yml
@@ -97,7 +97,7 @@ jobs:
97
with:
98
context: .
99
file: Dockerfile
100
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
101
tags: ${{ steps.meta.outputs.tags }}
102
labels: ${{ steps.meta.outputs.labels }}
103
# Prevent uploading images for pull requests.
CHANGES.rst
@@ -6,6 +6,7 @@ grafana-wtf changelog
6
in progress
7
===========
8
- Updated to grafana-client 4.0.0.
9
+- OCI: Removed builds for linux/arm/v7
10
11
2024-03-07 0.18.0
12
=================
0 commit comments