earthly / lib

Mozilla Public License 2.0
7 stars 11 forks source link

rust+CROSS local images query #52

Closed seapen closed 6 months ago

seapen commented 6 months ago

Hi, apologies if this has been asked before but ive hit a bit of a snag when trying to use rust+CROSS to build for the aarch64-apple-darwin target. Given that rs-cross does not host this target, i need to have a local instance loaded. Normally id would do this with something like:

WITH DOCKER \
    --load ghcr.io/cross-rs/aarch64-apple-darwin:0.2.3
    RUN ...
END

Is there a way to psecify local images to load when using rust+CROSS?