efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
173 stars 62 forks source link

Add arm64 arch. build to DockerHub releases #46

Closed tab10 closed 8 months ago

tab10 commented 1 year ago

Just a suggestion: could you add a arm64 architecture build when you do releases on the Dockerhub? This is becoming more popular on AWS instances and for the Apple M1 chip.

Specifying platform: linux/arm64 for this container in the Dockerfile/Compose file will cause the build to fail for me in 1.92. A standard x86_64 arch. set like platform: linux/amd64 builds normally. Thank you.

https://hub.docker.com/r/efrecon/s3fs

efrecon commented 1 year ago

1.93 has an arm64 build at the GHCR and the hub. Don't they work?

efrecon commented 8 months ago

Closing since there are now ARM versions