Skip to content

Commit

Permalink
build(Dockerfile): add armv7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Oct 23, 2024
1 parent 0652152 commit fab330c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockercicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# setup docker (arm64)
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64
platforms: arm64,arm

- uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -75,3 +75,4 @@ jobs:
platforms: |-
linux/amd64
linux/arm64
linux/arm/v7

0 comments on commit fab330c

Please sign in to comment.