Skip to content

Commit

Permalink
dockerbuild workflow: add linux/arm/v7 as target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernau authored May 21, 2022
1 parent 3431c6e commit ff42671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit ff42671

Please sign in to comment.