Skip to content

Commit b01a26d

Browse files
committed
config: remove arv7 platform
1 parent b7ddcea commit b01a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: build-and-push
7575
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7676
with:
77-
platforms: linux/amd64,linux/arm/v7
77+
platforms: linux/amd64
7878
context: .
7979
push: ${{ github.event_name != 'pull_request' }}
8080
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)