Skip to content

Commit 423cea8

Browse files
authored
Added linux/arm/v7 to build platforms (#123)
1 parent 4ad205f commit 423cea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
env:
1919
REGISTRY: ghcr.io
2020
IMAGE_NAME: ${{ github.repository }}
21-
PLATFORMS: linux/amd64,linux/arm64
21+
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
2222

2323
jobs:
2424
build-and-push-image:

0 commit comments

Comments
 (0)