You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
I don't know if its possible to build on arm64 with Docker-Hub (I thinks its for some official images, but definitely not with a free-plan). From my understanding the behavior you expect is not possible with the current build infrastructure.
You could build your own docker image on an arm64 system.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[work in progress]
Support a Docker image for Zipkin that supports multiple architectures, including arm64.
What I saw
On http://opentracing.io/ there is an instruction on how to use Opentracing that starts
Try this on an arm64 system, try to connect with
Inspect the image and find that it's amd64 only as
What I hoped to see
Multi-architecture
zipkin
container that pulled a correctarm64/linux
version.What's remaining to see before this issue can be closed
Validation and testing that
zipkin
indeed runs without issue onarm64/linux
.The text was updated successfully, but these errors were encountered: