Skip to content

Commit

Permalink
hacky dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Nov 25, 2024
1 parent f5d0b36 commit 024b1c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/security_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,3 +921,10 @@ def sync_secl_win_pkg(ctx):
else:
ctx.run(f"sed -i '/^\\/\\/go:build/d' pkg/security/seclwin/model/{fto}")
ctx.run(f"gofmt -s -w pkg/security/seclwin/model/{fto}")


@task
def pc_hacky_dev_build(ctx):
ctx.run("cp ./bin/agent/agent ./dev/dist/fargate/agent")
ctx.run("cp ./bin/system-probe/system-probe ./dev/dist/fargate/system-probe")
ctx.run("docker build ./dev/dist/fargate -t paulcacheuxdd/fargate-dbg --push")

0 comments on commit 024b1c3

Please sign in to comment.