We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0868e97 commit 62c0e19Copy full SHA for 62c0e19
Earthfile
@@ -50,7 +50,7 @@ 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.
+ DO rust+COPY_OUTPUT --output=".*" # Copies all files to ./target
54
RUN ./target/$TARGET/release/atomic-server --version
55
SAVE ARTIFACT ./target/$TARGET/release/atomic-server AS LOCAL artifact/bin/atomic-server-$TARGET
56
0 commit comments