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
# build the agent without GUI support (no tray icon)
66
70
- name: Build the Agent-cli
67
-
run: task build-cli TAG_VERSION=${GITHUB_REF##*/}
71
+
run: task build-cli
68
72
if: matrix.operating-system == 'ubuntu-18.04'
69
73
70
74
# the manifest is required by windows GUI apps, otherwise the binary will crash with: "Unable to create main window: TTM_ADDTOOL failed" (for reference https://github.com/lxn/walk/issues/28)
@@ -78,19 +82,19 @@ jobs:
78
82
env:
79
83
GOARCH: 386# 32bit architecture (for support)
80
84
GO386: 387# support old instruction sets without MMX (used in the Pentium 4) (will be deprecated in GO > 1.15 https://golang.org/doc/go1.15)
0 commit comments