File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ container-linux-armv7:
154154container-windows :
155155 docker buildx build --pull --output=type=$(OUTPUT_TYPE ) --platform=" windows/$( ARCH) " \
156156 -t $(IMAGE_TAG ) -windows-$(OSVERSION ) -$(ARCH ) --build-arg OSVERSION=$(OSVERSION ) \
157- --build-arg ARCH=$(ARCH ) -f ./cmd/smbplugin/Windows. Dockerfile .
157+ --build-arg ARCH=$(ARCH ) -f ./cmd/smbplugin/Dockerfile.Windows .
158158
159159.PHONY : container-all
160160container-all : smb-windows
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ az acr build -r $acrName -t $acrRepo:$ver-$linux -f cmd/smbplugin/Dockerfile --
1515
1616win="windows-1809-amd64"
1717make smb-windows
18- az acr build -r $acrName -t $acrRepo:$ver-$win -f cmd/smbplugin/Windows. Dockerfile --platform windows .
18+ az acr build -r $acrName -t $acrRepo:$ver-$win -f cmd/smbplugin/Dockerfile.Windows --platform windows .
1919
2020docker manifest create $acrRepo:$ver $acrRepo:$ver-$linux $acrRepo:$ver-$win
2121docker manifest inspect $acrRepo:$ver
You can’t perform that action at this time.
0 commit comments