Skip to content

Commit 57e3d3e

Browse files
committed
Remove support for building Darwin:386 releases
It's no longer supported by the Go toolchain.
1 parent 0ee2acc commit 57e3d3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ endef
7272
$(eval $(call PLATFORM_template,linux,amd64))
7373
$(eval $(call PLATFORM_template,linux,386))
7474

75-
$(eval $(call PLATFORM_template,darwin,386))
7675
$(eval $(call PLATFORM_template,darwin,amd64))
7776
$(eval $(call PLATFORM_template,darwin,arm64))
7877

0 commit comments

Comments
 (0)