Skip to content

Commit c556243

Browse files
authored
Added in linux/arm/v7 platform support
The Docker image manifest will now contain an image for linux/arm/v7 which some users may have.
1 parent 57e2365 commit c556243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/build-push-action@v3
5353
with:
5454
context: .
55-
platforms: linux/amd64,linux/arm64,linux/arm/v8
55+
platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7
5656
push: ${{ github.event.base_ref =='refs/heads/main' && github.ref_type == 'tag' && !startsWith(github.ref, 'refs/tags/v0.')}}
5757
tags: ${{ steps.metadata.outputs.tags }}
5858
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)