Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 7c7cca8

Browse files
authored
feat: add arm v7 as docker multi arch target (#679)
1 parent 490bada commit 7c7cca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/build-push-action@v2
6363
with:
6464
context: .
65-
platforms: linux/amd64,linux/arm64
65+
platforms: linux/amd64,linux/arm64,linux/arm/v7
6666
push: ${{ env.GHCR_USERNAME != '' }}
6767
tags: ${{ steps.docker_meta.outputs.tags }}
6868
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)