aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-10 03:51:05 -0700
committerFuwn <[email protected]>2025-05-10 03:51:05 -0700
commit515da934d1857f4f359b7c7e4c4369f735a22dbf (patch)
treec20ebc594bce92151a72d6e13dd899c7fb20a297
parentchore(cargo-make): Add cleaning task for macOS (diff)
downloadlocus-515da934d1857f4f359b7c7e4c4369f735a22dbf.tar.xz
locus-515da934d1857f4f359b7c7e4c4369f735a22dbf.zip
build(container): Clean macOS-specific files in container build step
-rw-r--r--Earthfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index 9a8c2aa..d63e4d3 100644
--- a/Earthfile
+++ b/Earthfile
@@ -45,6 +45,7 @@ build:
COPY build.rs build.rs
COPY yarte.toml yarte.toml
+ RUN find ./content -name "*.DS_Store" -delete
RUN --mount=type=cache,target=/source/locus/target \
--mount=type=cache,target=/root/.cargo/registry \
cargo build --release --bin locus \