Skip to content

Commit

Permalink
👷 Add linux/arm/v7 platform in image for some devices
Browse files Browse the repository at this point in the history
  • Loading branch information
zigarn committed Jun 15, 2024
1 parent 128b218 commit 1ec2d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ${{ inputs.folder }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
tags: |
zenika/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 1ec2d5d

Please sign in to comment.