Skip to content

Commit f82d78d

Browse files
committed
make: remove darwin i386 and unused file
1 parent 5db4424 commit f82d78d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ XARGS := xargs -L 1
2121
VERSION_TAG = $(shell git describe --tags)
2222
VERSION_CHECK = @$(call print, "Building master with date version tag")
2323

24-
BUILD_SYSTEM = darwin-386 \
25-
darwin-amd64 \
24+
BUILD_SYSTEM = darwin-amd64 \
2625
linux-386 \
2726
linux-amd64 \
2827
linux-armv6 \

release_flags.mk

Whitespace-only changes.

0 commit comments

Comments
 (0)