mrsixw / concourse-rsync-resource

concourse.ci resource for persisting build artifacts on a shared storage location with rsync and ssh.
Apache License 2.0
18 stars 40 forks source link

Require image for ARM64 architecture #13

Open odidev opened 3 years ago

odidev commented 3 years ago

Hi Team,

I am trying to use the mrsixw/concourse-rsync-resource image on arm64 platform but it seems it is not available for arm64.

I have successfully built the image using the command docker build -t image_name . on the arm64 platform without any changes in the Dockerfile.

I have used Travis-CI to build and push the image for both the platforms.

Commit Link - https://github.com/odidev/concourse-rsync-resource/commit/db8bf062053c54df5f76f7f9d43be6169d720480

Travis-ci Link - https://travis-ci.com/github/odidev/concourse-rsync-resource/builds/219568153

Docker Hub Link - https://hub.docker.com/repository/docker/odidev/concourse-rsync-resource

Do you have any plans on releasing arm64 images?

May I know how the amd64 image is getting published on Dockerhub?

It will be very helpful if arm64 image is available. If interested, I will raise a PR