We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01403e9 commit a895bacCopy full SHA for a895bac
mk/util.mk
@@ -18,9 +18,6 @@ SUPPORTED_PLATFORMS += linux-386
18
SUPPORTED_PLATFORMS += linux-amd64
19
20
SUPPORTED_PLATFORMS += darwin-amd64
21
-ifeq ($(shell bin/check_go_version "1.15.0" 2>/dev/null; echo $$?),1)
22
-SUPPORTED_PLATFORMS += darwin-386
23
-endif
24
ifeq ($(shell bin/check_go_version "1.16.0" 2>/dev/null; echo $$?),0)
25
SUPPORTED_PLATFORMS += darwin-arm64
26
endif
0 commit comments