YouROK / TorrServer

Torrent stream server
GNU General Public License v3.0
1.61k stars 202 forks source link

[BUG] Build docker image #443

Closed zainullinramil closed 3 months ago

zainullinramil commented 3 months ago

https://github.com/YouROK/TorrServer/actions/runs/10065175871/job/27823691506

docker buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --update g++ && go run gen_web.go && cd server && go clean -i -r -cache && go mod tidy && go build -ldflags '-w -s' --o \"torrserver\" ./cmd" did not complete successfully: exit code: 1

lexbritvin commented 3 months ago

Duplicate of #435 Fixed in https://github.com/YouROK/TorrServer/pull/441