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
1057: suggest that buildx needs to be available r=Alexhuszagh a=Emilgardis
touches on #1055
```
❯ cross build --target x86_64-unknown-linux-gnu
unknown flag: --label
See 'docker buildx build --help'.
Error:
0: could not run container
1: when building custom image
2: when pre-building
3: `docker buildx build --platform linux/amd64 --labela 'org.cross-rs.for-cross-target=x86_64-unknown-linux-gnu' --label 'org.cross-rs.runs-with=x86_64-unknown-linux-gnu' --label 'org.cross-rs.workspace_root=/Users/emil/workspace/cross' --tag localhost/cross-rs/cross-custom-cross:x86_64-unknown-linux-gnu-b0dac-pre-build --build-arg 'CROSS_CMD=hello world' --build-arg 'CROSS_DEB_ARCH=amd64' --file /Users/emil/workspace/cross/target/x86_64-unknown-linux-gnu/Dockerfile.x86_64-unknown-linux-gnu-custom --output 'type=docker' /Users/emil/workspace/cross` failed with exit status: 125
Warning: call to docker failed
Suggestion: is `buildx` available for the container engine?
Note: disable the `buildkit` dependency optionally with `CROSS_CONTAINER_ENGINE_NO_BUILDKIT=1`
Note: CROSS_CMD=hello world
```
Co-authored-by: Emil Gardström <[email protected]>
0 commit comments