weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.84k stars 708 forks source link

Add s390x support #3845

Closed vibhutisawant closed 3 years ago

vibhutisawant commented 3 years ago

This PR adds support for s390x architecture.

Changes implemented: 1) Skipped go install -race -tags netgo std; in backend/Dockerfile as -race flag is not supported on s390x. 2) Added docker binary link for s390x arch in backend/Dockerfile 3) Added s390x in probe/endpoint/dns_snooper_others.go as the make command failed for s390x arch with undefined: DNSSnooper error.

vibhutisawant commented 3 years ago

Hi @bboreham Looks like integration tests have passed. Can this PR be merged?