Replies: 2 comments 25 replies
-
Missing some important context here! Can you show us the entire build log when doing You could upload the log to https://gist.github.com |
Beta Was this translation helpful? Give feedback.
6 replies
-
Can you post the output of $ docker buildx ls
NAME/NODE DRIVER/ENDPOINT STATUS PLATFORMS
desktop-linux docker
desktop-linux desktop-linux running linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
rootless protocol not available
default * docker
default default running linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6 It should also tell us if for some reason |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cross.toml:
[target.x86_64-unknown-linux-gnu] pre-build = [ "dpkg --add-architecture amd64 && apt-get update && apt-get install --assume-yes libssl-dev:amd64", ]
Running with :
cross build --target x86_64-unknown-linux-gnu --release
Error:
Builds well without
Cross.toml
pre-build option.Beta Was this translation helpful? Give feedback.
All reactions