Skip to content

Can't use custom docker image? #109

@jD91mZM2

Description

@jD91mZM2

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions