Skip to content

Commit

Permalink
Merge branch 'main' into separate-template-recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder authored Jan 28, 2024
2 parents def72d8 + 39fce7b commit fdee072
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ install:
SAVE ARTIFACT target/$BUILD_TARGET/release/bb

common:
FROM rust

RUN apt-get update && \
apt-get install -y musl-dev && \
rustup component add clippy && \
rustup target add x86_64-unknown-linux-musl
FROM ghcr.io/blue-build/earthly-lib/cargo-builder

WORKDIR /app
COPY --keep-ts --dir src/ templates/ /app
Expand Down

0 comments on commit fdee072

Please sign in to comment.