Verify Windows cross-compile and Linux regression for Windows support

- GOOS=windows GOARCH=amd64 go build ./...  (whole module links)
- GOOS=darwin  GOARCH=amd64 go build ./...  (!linux && !windows fallback intact)
- go build ./... && go test ./...           (Linux host green, incl. new winapi/evidence tests)
- go vet ./... on linux and windows         (clean)
- cmd/antidriftd cross-compiles to a real PE32+ x86-64 .exe
This commit is contained in:
2026-06-02 12:37:24 -04:00
parent b6c7933f16
commit d45a01eca5

Diff Content Not Available