-
Notifications
You must be signed in to change notification settings - Fork 1
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
arm64 Version #195
Comments
That's a valid request, thank you! A part of the reason why that isn't that easy is the fact that the tool is written in Haskell and cross-building on Haskell is hard (at least for me. Using nix could help, but I have no idea how that works). If you want to build the image yourself, you'd have to build the Haskell executable yourself first and then |
AI suggested the following, which I was able to build in my laptop (linux x86)
|
(I'm trying two parallel separated images built, arm64 and x86, in gitlab now at https://gitlab.com/opencity-labs/gitlab-ci-build-statuses - results will be in https://gitlab.com/opencity-labs/gitlab-ci-build-statuses/-/pipelines/1603025063 ) |
mmmh, nope: the build in gitlab.com reaches timeout: but I can confirm the above works if I build it in a x86 worker, and arm64 worker, too. |
I think you're right, it should be possible to build the same image twice. I"ll give that a try. |
thanks once you have the arm64 version, we can test it right away |
Hi @L7R7
I would like to request a release of the image for the ARM64 architecture. Currently, only the x86_64 version is available in the docker-compose you suggest, and having an ARM64 option would be incredibly helpful for us to we can move to cheaper ARM-based systems.
Btw, I've tried in my laptop the
Docker build .
but it fails to find thegitlab-ci-build-statuses-exe
(and I don't see instructions on how to build it in the Dockerfile: I am sure missing something)Thank you for considering this!
The text was updated successfully, but these errors were encountered: