grafana / flagger-k6-webhook

Using k6 to do load testing of the canary before rolling out traffic
Apache License 2.0
24 stars 9 forks source link

ARM64 Image Support #128

Closed andrewrust13 closed 5 months ago

andrewrust13 commented 5 months ago

Hi,

Would it be possible to create an ARM64 based image to go alongside the existing AMD64 image.

We currently use the AMD image but are looking to switch over to using AWS EC2 Graviton nodes on our EKS cluster and would need an ARM compatible image.

Thanks.

zerok commented 5 months ago

Hi 🙂

latest should now support linux/amd64 and linux/arm64. Can you please give it a try?

andrewrust13 commented 5 months ago

Hi @zerok,

I have just tried using the arm64 image and everything seems to be working as expected.

Many thanks for such a quick turnaround.

Thanks, Andy

zerok commented 5 months ago

Awesome 😄 Glad I could help 😄