Projects STRLCPY sing-box Commits 2e4eb9aa
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Dockerfile
    skipped 8 lines
    9 9   && apk add git build-base \
    10 10   && export COMMIT=$(git rev-parse --short HEAD) \
    11 11   && export VERSION=$(go run ./cmd/internal/read_tag) \
    12  - && go build -v -trimpath -tags with_quic,with_wireguard,with_reality_server,with_acme \
     12 + && go build -v -trimpath -tags with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme \
    13 13   -o /go/bin/sing-box \
    14 14   -ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$VERSION\" -s -w -buildid=" \
    15 15   ./cmd/sing-box
    skipped 8 lines
Please wait...
Page is in error, reload to recover