You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packaging/googet/windows_agent_build.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,17 @@ if [[ ! -f "$GUEST_AGENT_REPO/Makefile" ]]; then
34
34
# looks for this file during goopack packaging and will fail if not found.
35
35
echo"This is a placeholder file so guest agent package build without error. Package will have actual Guest Agent Manager executable instead if both repos are cloned side-by-side."> GCEWindowsAgentManager.exe
36
36
echo"This is a placeholder file so guest agent package build without error. Package will have actual Guest Agent Manager executable instead if both repos are cloned side-by-side."> ggactl_plugin_cleanup.exe
37
+
echo"This is a placeholder file so guest agent package build without error. Package will have actual Guest Agent Manager executable instead if both repos are cloned side-by-side."> GCEWindowsCompatManager.exe
37
38
exit 0
38
39
fi
39
40
40
41
BUILD_DIR=$(pwd)
41
42
pushd$GUEST_AGENT_REPO
42
43
GOOS=windows VERSION=$version make cmd/google_guest_agent/google_guest_agent
43
44
GOOS=windows VERSION=$version make cmd/ggactl/ggactl_plugin_cleanup
45
+
GOOS=windows VERSION=$version make cmd/google_guest_compat_manager/google_guest_compat_manager
0 commit comments