Skip to content

Commit 0868e97

Browse files
committed
Try fix #805
1 parent 74999e6 commit 0868e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Earthfile

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ cross-build:
5050
WITH DOCKER
5151
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cross build --target $TARGET --release
5252
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
5355
SAVE ARTIFACT ./target/$TARGET/release/atomic-server AS LOCAL artifact/bin/atomic-server-$TARGET
5456

5557
build:

0 commit comments

Comments
 (0)