SWCE / metadata-resource

a resource that passes the metadata of the job to the task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Require image for ARM64 architecture

odidev opened this issue · comments

Hi team,
I am trying to use swce/metadata-resource on ARM64 architecture but it seems the arm64 tag is not available in Docker Hub.
I tried to build it using the command docker build -t <image_name> . on arm64 platform but it is not building successfully on arm64.

I have made the below changes to resolve errors and build the image successfully.

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

Commit Link - pheobe07@2c0a365

Travis Link - https://travis-ci.com/github/pheobe07/metadata-resource/jobs/479050723

Dockerhub Link - https://hub.docker.com/repository/docker/odidev/metadata-resource

Please share your opinion on this. If interested, I will raise a PR.