Skip to content

Commit

Permalink
Fix echo cleanup (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte authored Dec 19, 2024
1 parent 0427938 commit c92a191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ _default:

# Runs a system prune to ensure we have the resources to build the image
cleanup:
podman system prune -f
$ENGINE system prune -f

# Build the container image
build:
@echo Building $REPO:$RUSTC_VERSION
@echo If you encounter issues, try running `just cleanup` and try building again.
@echo If you encounter issues, try running \`just cleanup\` and try building again.
@echo Any arg you pass is forward to 'podman build'... You can pass'`--no-cache' for instance
$ENGINE build $@ --build-arg RUSTC_VERSION=$RUSTC_VERSION \
-t $REGISTRY/chevdor/srtool:$RUSTC_VERSION-$TAG-$COMMIT \
Expand Down

0 comments on commit c92a191

Please sign in to comment.