Skip to content

Commit

Permalink
Merge pull request #268 from serpilliere/fix_docker_cache
Browse files Browse the repository at this point in the history
Dont use cache for windows build
  • Loading branch information
serpilliere authored Feb 13, 2024
2 parents 170e9fb + bfd8737 commit 1a1ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ almalinux9:
--env CARGO_OPT=$(CARGO_OPT) sanzu-builder:almalinux9

windows:
docker build -t sanzu-builder:windows -f Dockerfile-windows .
docker build --no-cache -t sanzu-builder:windows -f Dockerfile-windows .
docker run --rm -t $(DOCKER_OPT) -u ${DOCKER_USER} --env CARGO_OPT="-p sanzu --release --features=printfile" sanzu-builder:windows
docker run --rm -t $(DOCKER_OPT) -u ${DOCKER_USER} sanzu-builder:windows bash -c \
"cd /usr/x86_64-w64-mingw32/lib/ \
Expand Down

0 comments on commit 1a1ca2f

Please sign in to comment.