okteto / bin-image

1 stars 3 forks source link

No build for arm64 #3

Open vinodkumark369 opened 2 years ago

vinodkumark369 commented 2 years ago

Last build for arm64 was 1.2.22, why are they not being build?

jLopezbarb commented 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

pchico83 commented 2 years ago

@vinodkumark369 why do you need an ARM build of this image?

vinodkumark369 commented 2 years ago

I have a k8s cluster running on Arm64 (aarch64).

pchico83 commented 2 years ago

@vinodkumark369 we don't support ARM cluster yet. More info in this issue: https://github.com/okteto/okteto/issues/1049

vinodkumark369 commented 2 years ago

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.

pchico83 commented 2 years ago

@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

pchico83 commented 2 years ago

@vinodkumark369 this repo adheres to the same contribution guidelines as our main okteto/okteto repo: https://github.com/okteto/okteto#-contributions

fdelucchijr commented 2 years ago

I added #4, probably better to link it to this issue for the record