Skip to content

Commit

Permalink
[Docker] Test armv7 build
Browse files Browse the repository at this point in the history
Related to #1579
  • Loading branch information
Herklos authored and Guillaume De Saint Martin committed Mar 23, 2021
1 parent 4143608 commit 10275c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm/v7
load: true
push: false
tags: ${{ env.IMAGE }}:${{ env.LATEST }}
Expand Down

0 comments on commit 10275c1

Please sign in to comment.