-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
Description
I have this Cargo.toml:
[package]
name = "play-youtube"
version = "0.1.0"
authors = ["LEGOlord208 <[email protected]>"]
[dependencies]
# dependencies here
[target.x86_64-unknown-linux-gnu]
image = "play-youtube"
I have the play-youtube
docker image with the latest
tag.
Using cross build --release -v --target x86_64-unknown-linux-gnu
,
I just see that it doesn't use the image - AND it prints
warning: unused manifest key: target.x86_64-unknown-linux-gnu.image
Help?
EDIT: s/cargo build
/cross build