Skip to content

Commit

Permalink
chore: Only install cargo-sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Jun 4, 2024
1 parent 0164638 commit 99e5dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ VERSION 0.8
PROJECT blue-build/earthly-lib

all:
BUILD ./cargo+build
BUILD --platform=linux/amd64 --platform=linux/arm64 ./cargo+build
2 changes: 1 addition & 1 deletion cargo/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
rustup component add clippy && \
rustup target add x86_64-unknown-linux-musl

RUN cargo install --root $CARGO_HOME --locked cargo-sweep git-cliff cargo-release
RUN cargo install --root $CARGO_HOME --locked cargo-sweep

DO dind+INSTALL
SAVE IMAGE --push ghcr.io/blue-build/earthly-lib/cargo-builder

0 comments on commit 99e5dc7

Please sign in to comment.