Skip to content

Commit 047ea7a

Browse files
authored
Switch to SerialDeps in packageAgent. (#11449)
1 parent 0d53bef commit 047ea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ func packageAgent(ctx context.Context, platforms devtools.BuildPlatformList, dep
12411241
// package agent
12421242
log.Println("--- Running post packaging ")
12431243
mg.Deps(Update)
1244-
mg.Deps(agentBinaryTargets...)
1244+
mg.SerialDeps(agentBinaryTargets...)
12451245

12461246
// compile the elastic-agent.exe proxy binary for the windows archive
12471247
for _, p := range platforms {

0 commit comments

Comments
 (0)