-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Docker images for supported architectures #184
Comments
This is the full error for
|
I see there's already an issue about arm #91 and jaegertracing/jaeger-client-cpp#151 |
This was referenced Aug 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The base Docker image for NGINX is published for a variety of linux architectures. Would it make sense to match them as close as possible?
I'm not very familiar with CircleCI and couldn't figure out if it comes with Docker Buildx already installed (and I don't have a way to test it), but if it does it's just a simple as simple as
I was able to build for arm64 and ppc64le on a linux machine (other than amd64).
The build for
linux/s390x
failed because of boringssl not supporting itThe build for
linux/arm
failed withThe text was updated successfully, but these errors were encountered: