Skip to content

dependencies stage issue #15

@f2calv

Description

@f2calv

With Dockerfile having cargo fetch --target $TARGET we get a working build;
docker run --pull always --rm -it ghcr.io/f2calv/multi-arch-container-rust:0.1.3

With Dockerfile having cargo build --release --target $TARGET we get a non-working build (the default 'hello world' app);
docker run --pull always --rm -it ghcr.io/f2calv/multi-arch-container-rust:0.1.5

What am I missing?

Note: If we remain with 'fetch' we can remove all the above exports from this section, else we can move the 'exports' into external script due to repetition?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions