Skip to content

Commit a895bac

Browse files
committed
build: drop support for darwin-386
The new sys package drops support.
1 parent 01403e9 commit a895bac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mk/util.mk

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ SUPPORTED_PLATFORMS += linux-386
1818
SUPPORTED_PLATFORMS += linux-amd64
1919

2020
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
2421
ifeq ($(shell bin/check_go_version "1.16.0" 2>/dev/null; echo $$?),0)
2522
SUPPORTED_PLATFORMS += darwin-arm64
2623
endif

0 commit comments

Comments
 (0)