cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.
https://cybozu-go.github.io/moco/
Apache License 2.0
269 stars 22 forks source link

Build and release Moco controller/backup images for arm64 #681

Closed vholer closed 3 months ago

vholer commented 3 months ago

Related issue #490

Enables linux/arm64 build platform back for controller/backup images and installs the MySQL Shell from tar archive (which is available also for ARM), instead of Ubuntu package (which is available only for x86-64). I did basic testing of controller/backup and all looked working on both platforms.

takara9 commented 3 months ago

Thanks for your contribution. we think good for your proposal(PR).

Our MOCO runs on AMD64 platform for development and production at our business. At our environment, we can not evalute in our staging environment to maintain ARM64 MOCO software to quarty assuarance. we have concern about bad influence if we accept this ARM64 adaptation.

Our team had discussion internally about this PR.

vholer commented 3 months ago

@takara9 Thank you. Is it a NO to this PR or are you still going to decide?

takara9 commented 3 months ago

@vholer Still we discus internally. please wait. sorry.

takara9 commented 3 months ago

@vholer After some discussion we welcome your PR.

vholer commented 3 months ago

@takara9 Thank you for discussing and reconsidering the arm64 support. I have force pushed change with your suggestions. Thank you!