File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,20 @@ compile:
88 # 32-bit
99 # Linux
1010 GOOS=linux GOARCH=386 go build -o tcpprox-linux86
11- sha256sum tcpprox-linux86
11+ sha256sum tcpprox-linux86 > tcpprox-linux86.sha256sum
1212 # Windows
1313 GOOS=windows GOARCH=386 go build -o tcpprox-win86.exe
14- sha256sum tcpprox-win86.exe
15- # OSX
16- GOOS=darwin GOARCH=386 go build -o tcpprox-osx86
17- sha256sum tcpprox-osx86
14+ sha256sum tcpprox-win86.exe > tcpprox-win86.sha256sum
1815
1916 # 64-bit
2017 # Linux
2118 GOOS=linux GOARCH=amd64 go build -o tcpprox-linux64
22- sha256sum tcpprox-linux64
19+ sha256sum tcpprox-linux64 > tcpprox-linux64.sha256sum
2320 # Windows
2421 GOOS=windows GOARCH=amd64 go build -o tcpprox-win64.exe
25- sha256sum tcpprox-win64.exe
22+ sha256sum tcpprox-win64.exe > tcpprox-win64.sha256sum
2623 # OSX
24+ GOOS=darwin GOARCH=arm64 go build -o tcpprox-osxarm64
25+ sha256sum tcpprox-osxarm64 > tcpprox-osxarm64.sha256sum
2726 GOOS=darwin GOARCH=amd64 go build -o tcpprox-osx64
28- sha256sum tcpprox-osx64
27+ sha256sum tcpprox-osx64 > tcpprox-osx64.sha256sum
You can’t perform that action at this time.
0 commit comments