Skip to content

Commit

Permalink
add armv7 support through docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen authored Mar 16, 2023
1 parent 6f9ca43 commit 9cc9eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
context: ./ingester
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ${{ github.repository }}-ingester:latest

0 comments on commit 9cc9eb4

Please sign in to comment.