Skip to content

Commit 7c2306a

Browse files
committed
delete darwin-386
1 parent c61f2f7 commit 7c2306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build-all:
5656

5757
DIST_DIRS := find trdsql* -type d -exec
5858

59-
dist: dist-clean build-all linux-amd64 linux-386 linux-arm-5 linux-arm-6 linux-arm-7 linux-arm64 linux-mips linux-mips64 linux-mipsle windows-386 windows-amd64 darwin-386 darwin-amd64
59+
dist: dist-clean build-all linux-amd64 linux-386 linux-arm-5 linux-arm-6 linux-arm-7 linux-arm64 linux-mips linux-mips64 linux-mipsle windows-386 windows-amd64 darwin-amd64
6060
cd dist && \
6161
$(DIST_DIRS) cp ../README.md {} \; && \
6262
$(DIST_DIRS) cp ../LICENSE {} \; && \

0 commit comments

Comments
 (0)