@@ -131,6 +131,10 @@ jobs/job.go:19:2: cannot find package "golang.org/x/crypto/ssh" in any of:
# Docker
本地编译好的2进制文件放在根目录下执行下面的命令即可拥有
```bash
CGO_ENABLED=0GOOS=linux GOARCH=amd64 go build
```
```
docker-compose up -d
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.