Skip to content

Commit 60a58d6

Browse files
committed
add arm v7
1 parent c731104 commit 60a58d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
builder: ${{ steps.buildx.outputs.name }}
6363
context: .
6464
file: ./Dockerfile
65-
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x,limux/ppc64le
65+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6666
push: true
6767
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)