Skip to content

Commit 2485cb0

Browse files
committed
make: drop darwin-386 build target
Since we also dropped support for building binaries for the darwin 386 architecture in loop, we remove that build target in LiT as well.
1 parent 1509aad commit 2485cb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make/release_flags.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
VERSION_TAG = $(shell date +%Y%m%d)-01
22
VERSION_CHECK = @$(call print, "Building master with date version tag")
33

4-
BUILD_SYSTEM = darwin-386 \
5-
darwin-amd64 \
4+
BUILD_SYSTEM = darwin-amd64 \
65
linux-386 \
76
linux-amd64 \
87
linux-armv6 \

0 commit comments

Comments
 (0)