File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,38 +61,23 @@ jobs:
6161 strategy :
6262 matrix :
6363 include :
64- - target : " !(*musl*|*windows-arm64*|*windows7-*|*android*|*freebsd*)" # xgo and loongarch (exclude mips64le)
64+ - target : " !(*musl*|*windows-arm64*|*windows7-*|*android*|*freebsd*)" # xgo and loongarch
6565 hash : " md5"
66- flags : " "
67- goflags : " "
6866 - target : " linux-(mips|mips64|mipsle|mips64le|loong64)-musl*" # musl-compat-family
6967 hash : " md5-linux-musl-mips"
70- flags : " "
71- goflags : " "
7268 - target : " linux-!(arm*|mips|mips64|mipsle|mips64le|loong64)-musl*" # musl-not-arm (exclude compat-family)
7369 hash : " md5-linux-musl"
74- flags : " "
75- goflags : " "
7670 - target : " linux-arm*-musl*" # musl-arm
7771 hash : " md5-linux-musl-arm"
78- flags : " "
79- goflags : " "
8072 - target : " windows-arm64" # win-arm64
8173 hash : " md5-windows-arm64"
82- flags : " "
83- goflags : " "
8474 - target : " windows7-*" # win7
8575 hash : " md5-windows7"
86- flags : " "
87- goflags : " -tags=sqlite_cgo_compat"
76+ flags : " -tags=sqlite_cgo_compat -ldflags="
8877 - target : " android-*" # android
8978 hash : " md5-android"
90- flags : " "
91- goflags : " "
9279 - target : " freebsd-*" # freebsd
9380 hash : " md5-freebsd"
94- flags : " "
95- goflags : " "
9681
9782 name : Beta Release
9883 runs-on : ubuntu-latest
@@ -129,8 +114,6 @@ jobs:
129114 github.com/OpenListTeam/OpenList/v4/internal/conf.GitCommit=$git_commit
130115 github.com/OpenListTeam/OpenList/v4/internal/conf.Version=$tag
131116 github.com/OpenListTeam/OpenList/v4/internal/conf.WebVersion=rolling
132- env :
133- GOFLAGS : ${{ matrix.goflags }}
134117
135118 - name : Compress
136119 run : |
You can’t perform that action at this time.
0 commit comments