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

feat: Generate linux/amd64 and linux/arm64 images #130

Closed zerok closed 5 months ago

zerok commented 5 months ago

GitHub workflow based approach to generate linux/amd64 & linux/arm64 images. For PRs only the linux/amd64 image should be built but nothing uploaded.

The implementation is based on what is done in grafana/tanka.

Partial of https://github.com/grafana/flagger-k6-webhook/issues/128