ci: fix docker build error: 'pread64' undeclared here

This commit is contained in:
Andy Hsu
2023-11-25 14:31:48 +08:00
parent d5f381ef6f
commit b88067ea2f
2 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,7 @@ BuildDev() {
}
BuildDocker() {
echo "replace github.com/mattn/go-sqlite3 => github.com/leso-kn/go-sqlite3 v0.0.0-20230710125852-03158dc838ed" >>go.mod
go build -o ./bin/alist -ldflags="$ldflags" -tags=jsoniter .
}