-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi Team,
I am trying to use the git-multibranch-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 by making some changes in the files Dockerfile and test/check.sh .
I have used Travis-CI to build and push the image for both the platforms.
Commit Link - odidev@540dc0f
Travis-CI link - https://travis-ci.com/github/odidev/git-multibranch-resource/builds/224744488
Docker Hub Link - https://hub.docker.com/repository/registry-1.docker.io/odidev/git-multibranch-resource/tags?page=1&ordering=last_updated
Note: In test/check.sh file I have removed this line run it_fails_if_key_has_password to pass it for arm64 because it seems it does not allow unauthorized users from logging.
Do you have any plans on releasing arm64 images?
It will be very helpful if arm64 image is available. If interested, I will raise a PR.