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

Detect native arch dynamically #11

Open
zacksiri opened this issue Oct 22, 2023 · 1 comment
Open

Detect native arch dynamically #11

zacksiri opened this issue Oct 22, 2023 · 1 comment

Comments

@zacksiri
Copy link

Currently from what I read from the setup script. It seems anything which is not x86 will setup qemu. However in the use case where we're using a self hosted runner that the host is natively aarch64 it should not setup qemu.

@zacksiri
Copy link
Author

zacksiri commented Oct 22, 2023

If you can give me pointers I can probably handle this and submit a PR.

Update:

After some research can't we use uname -m to detect the architecture? If the argument passed in doesn't match we provision qemu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant