Skip to content

Commit

Permalink
Add UET_TARGET_FRAMEWORK as a build argument to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Nov 29, 2024
1 parent ee43c03 commit ac031ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UET/Lib/Uefs/Kubernetes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v1.0.0

ARG UET_TARGET_FRAMEWORK

ADD UET/Lib/Uefs/Kubernetes/run-service.ps1 ./run-service.ps1
ADD UET/Redpoint.Uefs.Daemon/bin/Release/${UET_TARGET_FRAMEWORK}/win-x64/publish/uefs-daemon.exe ./uefs-daemon.exe
ADD UET/Redpoint.Uefs.Client/bin/Release/${UET_TARGET_FRAMEWORK}/win-x64/publish/uefs.exe ./uefs.exe
Expand Down

0 comments on commit ac031ef

Please sign in to comment.