Skip to content

Commit

Permalink
Merge pull request #132 from devantler/arm-support
Browse files Browse the repository at this point in the history
Add ARM support
  • Loading branch information
zakkg3 authored Sep 20, 2024
2 parents 493eccc + 6d72eb2 commit aa9435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
image: ${{ env.IMAGE_NAMESPACE }}
tags: ${{ env.IMAGE_TAGS }} latest
platforms: linux/386, linux/amd64
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8
containerfiles: |
./Dockerfile.gh
Expand Down

0 comments on commit aa9435f

Please sign in to comment.