Skip to content

Commit aca3356

Browse files
authored
add macOS to go deps for system-probe (#45601)
### What does this PR do? Adds macOS (`darwin`) to list of platforms for `system-probe` ### Motivation PRs will report changes to macOS Go dependencies ### Describe how you validated your changes ### Additional Notes Co-authored-by: bryce.kahle <bryce.kahle@datadoghq.com>
1 parent ff19814 commit aca3356

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tasks/go_deps.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
"entrypoint": "cmd/sbomgen",
6262
"platforms": ["linux/x64", "linux/arm64"],
6363
},
64-
"system-probe": {"entrypoint": "cmd/system-probe", "platforms": ["linux/x64", "linux/arm64", "win32/x64"]},
64+
"system-probe": {
65+
"entrypoint": "cmd/system-probe",
66+
"platforms": ["linux/x64", "linux/arm64", "win32/x64", "darwin/x64", "darwin/arm64"],
67+
},
6568
"cws-instrumentation": {
6669
"entrypoint": "cmd/cws-instrumentation",
6770
"platforms": ["linux/x64", "linux/arm64"],

0 commit comments

Comments
 (0)