File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ bin/wincat-windows-${ARCH}: windows/wincat/wincat.go
122
122
123
123
container : .container-${OS}-$(ARCH )
124
124
.container-linux-$(ARCH ) : bin/$(BIN ) -$(OS ) -$(ARCH )
125
- docker buildx build --pull --output=type=${OUTPUT_TYPE} --platform ${OS} /$(ARCH ) \
125
+ docker buildx build --provenance=false -- pull --output=type=${OUTPUT_TYPE} --platform ${OS} /$(ARCH ) \
126
126
-t $(IMAGE ) :$(TAG ) -${OS} -$(ARCH ) --build-arg BASE=${BASE} --build-arg ARCH=$(ARCH ) .
127
127
touch $@
128
128
129
129
.container-windows-$(ARCH ) : $(foreach binary, ${BIN}, bin/${binary}-${OS}-${ARCH})
130
- docker buildx build --pull --output=type=${OUTPUT_TYPE} --platform ${OS} /$(ARCH ) \
130
+ docker buildx build --provenance=false -- pull --output=type=${OUTPUT_TYPE} --platform ${OS} /$(ARCH ) \
131
131
-t $(IMAGE ) :$(TAG ) -${OS} -$(ARCH ) -${OSVERSION} --build-arg BASE=${BASE} -windows-${OSVERSION} -${ARCH} --build-arg ARCH=$(ARCH ) -f Dockerfile_windows .
132
132
touch $@
133
133
You can’t perform that action at this time.
0 commit comments