Skip to content

Commit

Permalink
No cache on docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed May 6, 2024
1 parent 93819dc commit 6bc05f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
make

build-docker:
docker build \
docker build --no-cache \
-t lib-ch340-$(TARGET) \
-f ./etc/$(DOCKER) ./

Expand Down

0 comments on commit 6bc05f3

Please sign in to comment.