Skip to content

Commit aa9435f

Browse files
authored
Merge pull request #132 from devantler/arm-support
Add ARM support
2 parents 493eccc + 6d72eb2 commit aa9435f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)