We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 493eccc + 6d72eb2 commit aa9435fCopy full SHA for aa9435f
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
image: ${{ env.IMAGE_NAMESPACE }}
46
tags: ${{ env.IMAGE_TAGS }} latest
47
- platforms: linux/386, linux/amd64
+ platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8
48
containerfiles: |
49
./Dockerfile.gh
50
0 commit comments