Open vinodkumark369 opened 2 years ago
We were building the image manually but we changed it to automatically update with every new tag. We need to update the script to build multi arch. We will update it before the next release
@vinodkumark369 why do you need an ARM build of this image?
I have a k8s cluster running on Arm64 (aarch64).
@vinodkumark369 we don't support ARM cluster yet. More info in this issue: https://github.com/okteto/okteto/issues/1049
Sorry, I missed that issue. I would be happy to help if you are looking to support Arm in the future.
Is there any documentation for developers to contribute to the project? (I don't know Go.)
I was under the impression that it is only about generating a multi-arch image and the code base does not have to be changed. I was thinking about changing the CI steps to an Earthfile (https://earthly.dev), then anybody could build an image locally.
@vinodkumark369 In principle, a multi-arch image for this image is all what we need to make it work, but not sure if there will be any other unexpected issue while implementing it
@vinodkumark369 this repo adheres to the same contribution guidelines as our main okteto/okteto
repo:
https://github.com/okteto/okteto#-contributions
I added #4, probably better to link it to this issue for the record
Last build for arm64 was 1.2.22, why are they not being build?