Projects STRLCPY sing-box Commits f680d0ac
🤬
  • Add `with_reality_server` to release build tags

  • Loading...
  • 世界 committed 1 year ago
    f680d0ac
    1 parent 4baff5ae
  • ■ ■ ■ ■ ■
    .goreleaser.yaml
    skipped 15 lines
    16 16   - with_quic
    17 17   - with_wireguard
    18 18   - with_utls
     19 + - with_reality_server
    19 20   - with_clash_api
    20 21   env:
    21 22   - CGO_ENABLED=0
    skipped 116 lines
  • ■ ■ ■ ■
    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_acme \
     12 + && go build -v -trimpath -tags with_quic,with_wireguard,with_reality_server,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