-
-
Notifications
You must be signed in to change notification settings - Fork 222
feat: add arm64 support #291
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
base: master
Are you sure you want to change the base?
Conversation
|
One note here: the second commit removes the GOOS=linux GOARCH=amd64 as otherwise this won't work. |
|
I put it on draft as this needs to be tested in this repo. |
|
similar to #269 + fixed ENV in Dockerfile |
|
@hibiken are you able to test this somehow? |
|
any update? |
|
Is this repo still maintained? This is a great change that would help a lot of ppl on macOS or arm64 servers |
|
last commit 2 years ago, I suspect this is abandoned... |
|
by now, 2 years later, there are even native runners available: https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories |
This PR adds arm64 images to dockerhub
#292