Skip to content

Commit

Permalink
create armv7 docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
snpz authored Jan 11, 2024
1 parent 87d3db4 commit 1b2445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ needs.meta.outputs.container_tags }}
labels: ${{ needs.meta.outputs.container_labels }}
Expand Down

0 comments on commit 1b2445c

Please sign in to comment.