Skip to content

Commit

Permalink
fix: add lstc2022 image build support
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 8, 2023
1 parent 41bcdf7 commit 5892152
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ container-linux-armv7:
container-windows:
docker buildx build --pull --output=type=$(OUTPUT_TYPE) --platform="windows/$(ARCH)" \
-t $(IMAGE_TAG)-windows-$(OSVERSION)-$(ARCH) --build-arg OSVERSION=$(OSVERSION) \
--provenance=false --sbom=false \
--build-arg ARCH=$(ARCH) -f ./cmd/smbplugin/Dockerfile.Windows .
--provenance=false --sbom=false \
--build-arg ARCH=$(ARCH) \
--build-arg ADDON_IMAGE=servercore:$${osversion} \
--build-arg BASE_IMAGE=nanoserver:$${osversion} \
-f ./cmd/smbplugin/Dockerfile.Windows .

.PHONY: container-all
container-all: smb-windows
Expand Down

0 comments on commit 5892152

Please sign in to comment.