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
If you build the same agent package often (when running integration tests, for example),
112
+
you can also set KEEP_ARCHIVE=true in your environment. The packaging step will then
113
+
avoid deleting the binary archive after the package is generated, removing the need to
114
+
re-download binaries on every invocation.
115
+
111
116
The resulting package will be produced in the build/distributions directory. The version is controlled by the value in [version.go](version/version.go).
112
117
To install the agent extract the package and run the install command:
0 commit comments