diff options
| author | Fuwn <[email protected]> | 2025-05-10 03:51:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-10 03:51:05 -0700 |
| commit | 515da934d1857f4f359b7c7e4c4369f735a22dbf (patch) | |
| tree | c20ebc594bce92151a72d6e13dd899c7fb20a297 | |
| parent | chore(cargo-make): Add cleaning task for macOS (diff) | |
| download | locus-515da934d1857f4f359b7c7e4c4369f735a22dbf.tar.xz locus-515da934d1857f4f359b7c7e4c4369f735a22dbf.zip | |
build(container): Clean macOS-specific files in container build step
| -rw-r--r-- | Earthfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |