traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 142 forks source link

Test support for arm64 #822

Closed odidev closed 2 years ago

odidev commented 2 years ago

What does this PR do?

This PR adds ARM64 job to SemaphoreCI. Modified files mesh/.semaphore/semaphore.ymlfor running the test for arm64 platform.

Signed-off-by: odidev odidev@puresoftware.com

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

ldez commented 2 years ago

Hello,

We don't need to run all the tests on arm64 because we use nothing related to a specific arch. Spending energy for that, through our CI, is not environment friendly and it's useless.

Also, the workflow already creates an image for the different arch.