Skip to content

Commit

Permalink
remove build directory before new build
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jan 7, 2025
1 parent 4739fbc commit 2566fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ build-custom-image:
docker build --build-arg TARGETARCH=$(TARGETARCH) .

create-custom-iso:
rm -r build
mkdir -p build
docker run -v ${PWD}:/HERE \
-v /var/run/docker.sock:/var/run/docker.sock \
Expand Down

0 comments on commit 2566fcc

Please sign in to comment.