emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.37k stars 687 forks source link

Emissary does not support ARM64 on AWS Graviton instances #4958

Open robd003 opened 1 year ago

robd003 commented 1 year ago

Describe the bug Emissary-Ingress doesn't provide arm64 images.

To Reproduce Steps to reproduce the behavior: Attempt to deploy on AWS Graviton instances. Only x86_64 images are available so it fails.

Expected behavior Emissary would support ARM since the world has moved on from expensive Intel systems to more cost efficient ARM systems.

Versions (please complete the following information):

Additional context Please support arm64. Our entire workload is running on arm because we can do the same work while saving 40% in cost.

amorey commented 1 year ago

Seconding this request. For reference, here's a thread about building arm64 images for emissary: https://github.com/emissary-ingress/emissary/issues/4184

alex-voigt commented 7 months ago

any updates?