seperate linux windows build

This commit is contained in:
2025-08-04 20:11:25 +02:00
parent a08e3142b0
commit 5a87336d98
2 changed files with 34 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
WORKDIR C:/app
# Copy the Windows binary
ARG BINARY_PATH
COPY ${BINARY_PATH} watcher_agent.exe
ARG BINARY_NAME
COPY ${BINARY_NAME}.exe .
ENTRYPOINT ["C:/app/watcher_agent.exe"]