--- ./vendor/github.com/elastic/elastic-agent-system-metrics/report/report.go_orig 2026-04-17 04:45:14.962706832 -0500 +++ ./vendor/github.com/elastic/elastic-agent-system-metrics/report/report.go 2026-04-17 04:45:26.808334760 -0500 @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -//go:build (darwin && cgo) || (freebsd && cgo) || linux || windows +//go:build (darwin && cgo) || (freebsd && cgo) || linux || windows || aix package report --- ./vendor/github.com/elastic/elastic-agent-system-metrics/report/setup.go_orig 2026-04-17 04:45:58.199140144 -0500 +++ ./vendor/github.com/elastic/elastic-agent-system-metrics/report/setup.go 2026-04-17 04:46:08.648682937 -0500 @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -//go:build (darwin && cgo) || (freebsd && cgo) || linux || windows +//go:build (darwin && cgo) || (freebsd && cgo) || linux || windows || aix package report --- ./vendor/github.com/elastic/elastic-agent-system-metrics/report/setup_other.go_orig 2026-04-17 04:46:34.668329748 -0500 +++ ./vendor/github.com/elastic/elastic-agent-system-metrics/report/setup_other.go 2026-04-17 04:46:46.420942220 -0500 @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -//go:build (!darwin || !cgo) && (!freebsd || !cgo) && !linux && !windows +//go:build (!darwin || !cgo) && (!freebsd || !cgo) && !linux && !windows && !aix package report