Skip to content

Commit

Permalink
Fix cni-plugin Makefile for target image-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed Jul 27, 2023
1 parent 1a45192 commit 1ac6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cni-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ image-windows: setup-windows-builder Dockerfile-windows build fetch-win-cni-bins
image="$${registry}/$(CNI_PLUGIN_IMAGE_WINDOWS):$${image_version}"; \
docker buildx build \
--platform windows/amd64 \
--output=type=image,push=$* \
--output=type=image,push=$${push} \
-t $${image} \
--pull \
--no-cache \
Expand Down

0 comments on commit 1ac6289

Please sign in to comment.