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

Doesn't Support Running on arm64 Self-Hosted Runners #29

Open
timnolte opened this issue Dec 2, 2023 · 3 comments
Open

Doesn't Support Running on arm64 Self-Hosted Runners #29

timnolte opened this issue Dec 2, 2023 · 3 comments

Comments

@timnolte
Copy link

timnolte commented Dec 2, 2023

So it appears that the way this is running/installing Go that it isn't compatible with arm64. I simply swapped out this runner for the one that says it's better than and the Go installation completely fails.

./src/semver-select: line 33: /tmp/runner/_actions/WillAbides/setup-go-faster/v1.12.0/bin/semver-select: cannot execute binary file: Exec format error
./src/semver-select: line 33: /tmp/runner/_actions/WillAbides/setup-go-faster/v1.12.0/bin/semver-select: Success
/tmp/runner/wp-dev-container/setup-go-faster/tmp
src/install-go: line 43: /opt/hostedtoolcache/go/1.19.13/x64/bin/go: cannot execute binary file: Exec format error
@WillAbides
Copy link
Owner

You're right. It assumes amd64 architecture because that's what all of the hosted runners used when I created it and I didn't foresee demand for other architectures.

I'll look at adding it support for arm64.

@WillAbides
Copy link
Owner

Support for arm64 is added in v1.13.0.

I don't have access to an arm64 machine, so I haven't tested it. If you have a chance to try it, I would appreciate if you comment here letting me know how it goes.

@timnolte
Copy link
Author

timnolte commented Dec 5, 2023

@WillAbides thanks I'll give this a test later this week.

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

2 participants