File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ PLATFORMS=(
17
17
' linux/mips64'
18
18
' linux/mips64le'
19
19
' linux/riscv64'
20
- ' linux/riscv'
21
20
)
22
21
23
22
type setopt > /dev/null 2>&1
@@ -65,7 +64,7 @@ swag init -g web/server.go
65
64
# ### Build server
66
65
echo " Build server"
67
66
cd " ${ROOT} /server" || exit 1
68
- $GOBIN clean -i -r -cache --modcache
67
+ $GOBIN clean -i -r -cache # --modcache
69
68
$GOBIN mod tidy
70
69
71
70
BUILD_FLAGS=" -ldflags=${LDFLAGS} -tags=nosqlite -trimpath"
@@ -127,3 +126,6 @@ if [[ "${FAILURES}" != "" ]]; then
127
126
echo " failed on: ${FAILURES} "
128
127
exit 1
129
128
fi
129
+
130
+ cd " ${ROOT} /docker/lite" || exit 1
131
+ ./makedocker.sh
Original file line number Diff line number Diff line change 6
6
// "github.com/anacrolix/torrent"
7
7
)
8
8
9
- const Version = "MatriX.134 "
9
+ const Version = "MatriX.135 "
10
10
11
11
func GetTorrentVersion () string {
12
12
bi , ok := debug .ReadBuildInfo ()
You can’t perform that action at this time.
0 commit comments