You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if you would consider building multiarch images for linux/arm/v7additionally to the existing linux/arm64 and linux/amd64? Since you are using buildx in CI with QEMU, I imagine it should work.
Alpine base images seem to only have am64/arm64 but for the others it should be possible.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Just a note to anyone else interested in armv7. Check out the Without the pre-built image section of the readme. But I still think having prebuilt images would be nice.
Also, I've confirmed that simply adding linux/arm/v7 to the CI works just fine (except of course for the Alpine images that we would need to exclude)
Thanks a lot for this great tool!
I was wondering if you would consider building multiarch images for
linux/arm/v7
additionally to the existinglinux/arm64
andlinux/amd64
? Since you are using buildx in CI with QEMU, I imagine it should work.Alpine base images seem to only have am64/arm64 but for the others it should be possible.
Thanks in advance.
The text was updated successfully, but these errors were encountered: