Skip to content

Commit ca29587

Browse files
committed
v20240428
1 parent 4676f70 commit ca29587

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

cli/mad/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mad

cli/mad/build.sh

+14-14
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ fi
77

88
mkdir _
99

10-
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -ldflags="-w -s" -o _/mad_darwin_arm64
11-
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_darwin_amd64
12-
CGO_ENABLED=0 GOOS=freebsd GOARCH=386 go build -ldflags="-w -s" -o _/mad_freebsd_386
13-
CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_freebsd_amd64
14-
CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-w -s" -o _/mad_linux_386
15-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_linux_amd64
16-
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-w -s" -o _/mad_linux_arm64
17-
CGO_ENABLED=0 GOOS=netbsd GOARCH=386 go build -ldflags="-w -s" -o _/mad_netbsd_386
18-
CGO_ENABLED=0 GOOS=netbsd GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_netbsd_amd64
19-
CGO_ENABLED=0 GOOS=openbsd GOARCH=386 go build -ldflags="-w -s" -o _/mad_openbsd_386
20-
CGO_ENABLED=0 GOOS=openbsd GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_openbsd_amd64
21-
CGO_ENABLED=0 GOOS=openbsd GOARCH=arm64 go build -ldflags="-w -s" -o _/mad_openbsd_arm64
22-
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="-w -s" -o _/mad_windows_amd64.exe
23-
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-w -s" -o _/mad_windows_386.exe
10+
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -trimpath -ldflags="-w -s" -o _/mad_darwin_arm64
11+
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -trimpath -ldflags="-w -s" -o _/mad_darwin_amd64
12+
CGO_ENABLED=0 GOOS=freebsd GOARCH=386 go build -trimpath -ldflags="-w -s" -o _/mad_freebsd_386
13+
CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -trimpath -ldflags="-w -s" -o _/mad_freebsd_amd64
14+
CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -trimpath -ldflags="-w -s" -o _/mad_linux_386
15+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags="-w -s" -o _/mad_linux_amd64
16+
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -trimpath -ldflags="-w -s" -o _/mad_linux_arm64
17+
CGO_ENABLED=0 GOOS=netbsd GOARCH=386 go build -trimpath -ldflags="-w -s" -o _/mad_netbsd_386
18+
CGO_ENABLED=0 GOOS=netbsd GOARCH=amd64 go build -trimpath -ldflags="-w -s" -o _/mad_netbsd_amd64
19+
CGO_ENABLED=0 GOOS=openbsd GOARCH=386 go build -trimpath -ldflags="-w -s" -o _/mad_openbsd_386
20+
CGO_ENABLED=0 GOOS=openbsd GOARCH=amd64 go build -trimpath -ldflags="-w -s" -o _/mad_openbsd_amd64
21+
CGO_ENABLED=0 GOOS=openbsd GOARCH=arm64 go build -trimpath -ldflags="-w -s" -o _/mad_openbsd_arm64
22+
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -trimpath -ldflags="-w -s" -o _/mad_windows_amd64.exe
23+
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -trimpath -ldflags="-w -s" -o _/mad_windows_386.exe
2424

2525
nami release github.com/txthinking/mad $1 _
2626

cli/mad/mad

-9.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)