@cryptotaxi247 / kubo / commits / a895bac94

build: drop support for darwin-386

The new sys package drops support.

Steven Allen committed Feb 25, 2021 at 18:15 UTC a895bac94c0862da8534b5f8cb152d41655b8379
1 file changed -3
mk/util.mk
-3
@@ -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
21 ifeq ($(shell bin/check_go_version "1.16.0" 2>/dev/null; echo $$?),0)
22 SUPPORTED_PLATFORMS += darwin-arm64
23 endif