Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for running the action on ARM self hosted runners #285

Open
akhilerm opened this issue Dec 4, 2022 · 0 comments
Open

add support for running the action on ARM self hosted runners #285

akhilerm opened this issue Dec 4, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@akhilerm
Copy link
Owner

akhilerm commented Dec 4, 2022

Currently the docker image akhilerm/repo-copy:latest that is being used in the github action has only linux/amd64 support. This restricts the action from being used on arm64 self hosted runners.

What needs to be done:

  • Add a new github workflow in repo-copy, so that multiple arch images are created and uploaded to dockerhub
  • Use this image in the github action, so that it enables usage of action on arm hosts also.
@akhilerm akhilerm added help wanted Extra attention is needed good first issue Good for newcomers labels Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant