diff options
Diffstat (limited to 'pkg/report/report_test.go')
| -rw-r--r-- | pkg/report/report_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/report_test.go b/pkg/report/report_test.go index 6b83d2104..d5e381dda 100644 --- a/pkg/report/report_test.go +++ b/pkg/report/report_test.go @@ -255,7 +255,8 @@ func forEachFile(t *testing.T, dir string, fn func(t *testing.T, reporter Report t.Fatal(err) } cfg := &mgrconfig.Config{ - TargetOS: os, + TargetOS: os, + TargetArch: "amd64", } reporter, err := NewReporter(cfg) if err != nil { |
