mdb / concourse-consul-kv-resource

A Concourse resource for getting and setting values to and from Consul's KV store
4 stars 3 forks source link

Require image for ARM64 architecture #14

Open odidev opened 3 years ago

odidev commented 3 years ago

Hi Team,

I am trying to use the clapclapexcitement/concourse-consul-kv-resource image on the 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 making any changes in the Dockerfile.

I have used Github action to build and push the image for both the platforms.

Commit Link - https://github.com/odidev/concourse-consul-kv-resource/commit/7d16618bd6f858ea34975563d7faca9d1c5c6f9d

Github action link - https://github.com/odidev/concourse-consul-kv-resource/runs/3408316261?check_suite_focus=true

Docker Hub Link - https://hub.docker.com/repository/registry-1.docker.io/odidev/concourse-consul-kv-resource/tags?page=1&ordering=last_updated

Do you have any plans on releasing arm64 images?

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

mdb commented 3 years ago

@odidev Thanks so much! Raising a PR sounds great!