1--- a/Makefile.common
2+++ b/Makefile.common
3@@ -111,13 +111,6 @@
4 PUBLISH_DOCKER_ARCHS = $(addprefix common-docker-publish-,$(DOCKER_ARCHS))
5 TAG_DOCKER_ARCHS = $(addprefix common-docker-tag-latest-,$(DOCKER_ARCHS))
6
7-ifeq ($(GOHOSTARCH),amd64)
8- ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux freebsd darwin windows))
9- # Only supported on amd64
10- test-flags := -race
11- endif
12-endif
13-
14 # This rule is used to forward a target like "build" to "common-build". This
15 # allows a new "build" target to be defined in a Makefile which includes this
16 # one and override "common-build" without override warnings.