keyval-resource icon indicating copy to clipboard operation
keyval-resource copied to clipboard

Require image for ARM64 architecture

Open odidev opened this issue 3 years ago • 0 comments

Hi Team, I am trying to use the Keyval-resource image on the arm64 platform but it seems it is not available for arm64. I tried to build it using the command docker build -t image_name . on both the platforms and it looks that the image is not building successfully for amd64 as well.

I made some changes in order to resolve the errors. After doing the below changes, the image was successfully built.

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

Commit Link - https://github.com/pheobe07/keyval-resource/commit/55fa324a502fb37985ff6ab2869fe1dd2bfa359b

Travis Link - https://travis-ci.com/github/pheobe07/keyval-resource/jobs/470494381

Dockerhub Link - https://hub.docker.com/repository/registry-1.docker.io/odidev/keyval-resource/tags?page=1&ordering=last_updated

If interested, I will raise a PR.

odidev avatar Jan 11 '21 14:01 odidev