Skip to content

Commit 6d72eb2

Browse files
authored
Add ARM support
1 parent 5cdafa2 commit 6d72eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
image: ${{ env.IMAGE_NAMESPACE }}
4646
tags: ${{ env.IMAGE_TAGS }} latest
47-
platforms: linux/386, linux/amd64
47+
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8
4848
containerfiles: |
4949
./Dockerfile.gh
5050

0 commit comments

Comments
 (0)