Skip to content

Commit 7b0d59c

Browse files
committed
test: avoid using same digest id in windows image build
1 parent 23c40ca commit 7b0d59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ container-linux-armv7:
163163

164164
.PHONY: container-windows
165165
container-windows:
166-
docker buildx build --pull --output=type=$(OUTPUT_TYPE) --platform="windows/$(ARCH)" \
166+
docker buildx build --no-cache --pull --output=type=$(OUTPUT_TYPE) --platform="windows/$(ARCH)" \
167167
-t $(IMAGE_TAG)-windows-$(OSVERSION)-$(ARCH) --build-arg OSVERSION=$(OSVERSION) \
168168
--provenance=false --sbom=false \
169169
--build-arg ARCH=$(ARCH) -f ./cmd/smbplugin/Dockerfile.Windows .

0 commit comments

Comments
 (0)