openzipkin-attic / docker-zipkin

Docker images for OpenZipkin
Apache License 2.0
689 stars 330 forks source link

[WIP] add multi-arch support to Travis CI #228

Open vielmetti opened 4 years ago

vielmetti commented 4 years ago

Work in progress.

A test run of Travis CI, illustrating the multi-arch support there.

anuraaga commented 4 years ago

Thanks for trying with this - currently our docker build pipeline is a bit complicated, we build images on Quay and sync to Docker Hub using Travis. So changing the arch here won't actually affect the images that are built.

We are currently migrating our build from Quay to be directly on Docker Hub, and I think after that we can look into trying with multiple architectures. The build itself would be very simple since Zipkin is pure Java, we'd just need to copy into a different base image and that could happen even on normal amd64 hosts.