minio-multiarch icon indicating copy to clipboard operation
minio-multiarch copied to clipboard

Get back `armhf` target

Open azinchen opened this issue 4 years ago • 2 comments

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?

azinchen avatar May 07 '20 06:05 azinchen

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.

atomic77 avatar May 09 '20 20:05 atomic77

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

azinchen avatar May 11 '20 20:05 azinchen