Skip to content

Commit 21ab3ab

Browse files
committed
OCI: Remove builds for linux/arm/v7
1 parent 0833db1 commit 21ab3ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
context: .
9999
file: Dockerfile
100-
platforms: linux/amd64,linux/arm64,linux/arm/v7
100+
platforms: linux/amd64,linux/arm64
101101
tags: ${{ steps.meta.outputs.tags }}
102102
labels: ${{ steps.meta.outputs.labels }}
103103
# Prevent uploading images for pull requests.

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ grafana-wtf changelog
66
in progress
77
===========
88
- Updated to grafana-client 4.0.0.
9+
- OCI: Removed builds for linux/arm/v7
910

1011
2024-03-07 0.18.0
1112
=================

0 commit comments

Comments
 (0)