aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/fuzz.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/fuzz.go')
-rw-r--r--pkg/report/fuzz.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/fuzz.go b/pkg/report/fuzz.go
index 8527c079b..82b42849f 100644
--- a/pkg/report/fuzz.go
+++ b/pkg/report/fuzz.go
@@ -49,7 +49,8 @@ var fuzzReporters = func() []Reporter {
continue
}
cfg := &mgrconfig.Config{
- TargetOS: os,
+ TargetOS: os,
+ TargetArch: "amd64",
}
reporter, err := NewReporter(cfg)
if err != nil {