i implemented the multi-arch image builder with buildx
please review.
Version v2.30.3 and 1.0.30 are manually pushed by me with multi-arch image supported
Older version will be not updated as multi-arch images
Newer vesions from now on will be multi-arch images (--platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/ppc64le,linux/s390x)
I don't support other architectures, except amd64, because I have no other environment to do that. If you have any issues with other arch, you need raise PR to fix it.
There would be no difference for docker pull , docker run command with other arch, you can run it as normal. For example, if you need pull image from arm (such as new Mac M1 chip), you can run docker pull alpine/helm:3.5.4 to get the image directly.
@barthy1
i implemented the multi-arch image builder with buildx
please review.
--platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/ppc64le,linux/s390x
)amd64
, because I have no other environment to do that. If you have any issues with other arch, you need raise PR to fix it.docker pull
,docker run
command with other arch, you can run it as normal. For example, if you need pull image from arm (such as new Mac M1 chip), you can rundocker pull alpine/helm:3.5.4
to get the image directly.cc: @heussd