scope icon indicating copy to clipboard operation
scope copied to clipboard

can scope support mips64le

Open CSdingkai opened this issue 6 years ago • 1 comments

What you expected to happen?

can scope support misps64le

What happened?

How to reproduce it?

Anything else we need to know?

Versions:

$ scope version
$ docker version
$ uname -a
$ kubectl version

Logs:

$ docker logs weavescope

or, if using Kubernetes:

$ kubectl logs <weave-scope-pod> -n <namespace> 

CSdingkai avatar Dec 23 '19 02:12 CSdingkai

Possibly. We don't build for that architecture in CI, but Go does target it. You'd probably have to tweak the same files that mention ppc64le. Let us know how you got on!

bboreham avatar Dec 23 '19 20:12 bboreham