Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require images for ARM64 #258

Open
odidev opened this issue Mar 1, 2021 · 3 comments · May be fixed by #269
Open

Require images for ARM64 #258

odidev opened this issue Mar 1, 2021 · 3 comments · May be fixed by #269

Comments

@odidev
Copy link

odidev commented Mar 1, 2021

Hi Team,

I was trying to use sftp image in arm64, but it seems it is not available for arm64 platform. I have successfully built both debian and alpine images in local arm64 machine.

I have added buildx setup in github actions build.yml file and successfully published both amd64 and arm64 images to dockerhub. Please find below links for changes and images.

Changes required: odidev@a9744bd
Published Images https://hub.docker.com/r/odidev/sftp/tags?page=1&ordering=last_updated

It will be helpful if arm64 images are published. If above changes looks good, I will raise a PR.

@odidev odidev linked a pull request May 3, 2021 that will close this issue
@jeff1985
Copy link

Just additional info to support search engine index: when trying to run this image as part of docker-compose project on arm64 machine, I'm getting this error:

no matching manifest for linux/arm64/v8 in the manifest list entries

Hopefully the solution will get merged soon!

@ToMe25
Copy link

ToMe25 commented Oct 8, 2021

@jeff1985 As far as I know the correct architecture name for ARM64 is linux/arm64 rather then linux/arm64/v8, so you should probably look into why your architecture string is set to linux/arm64/v8.

Also as far as I can tell this issue is half a duplicate of #102 and half info about #269.

@jmcombs
Copy link
Contributor

jmcombs commented Jul 17, 2023

I forked this repo awhile back and publish both ARM64 and X64 images. #364 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants