We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74999e6 commit 0868e97Copy full SHA for 0868e97
Earthfile
@@ -50,6 +50,8 @@ cross-build:
50
WITH DOCKER
51
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cross build --target $TARGET --release
52
END
53
+ DO rust+COPY_OUTPUT --output="*" # Keep all the files that don't have any extension.
54
+ RUN ./target/$TARGET/release/atomic-server --version
55
SAVE ARTIFACT ./target/$TARGET/release/atomic-server AS LOCAL artifact/bin/atomic-server-$TARGET
56
57
build:
0 commit comments