minio-multiarch
minio-multiarch copied to clipboard
Get back `armhf` target
Due to several reasons, I use Raspbian Buster Lite on my Pi4. Unfortunately jessestuart/minio:latest
doesn't contain image for armhf
target despite declared platform support in readme file. Is the any reason why armhf
target has dropped? Could you start building for this target again?
I came to ask the same thing - it looks like jessestuart/minio:RELEASE.2020-01-25T02-50-51Z
is the last one that was built for armhf. It seems to be working for me and is relatively recent.
I found that Minio has released binaries for arm architecture frequently, along with amd64 version in later times. But the official Docker image has released for amd64 only.
I decided to release my own Docker images with always up-to-date version of Minio server. The latest release version of Minio server has downloaded during each start of container.
Check it out: https://hub.docker.com/repository/docker/azinchen/minio https://github.com/azinchen/minio