From 12d9108bb4047e52defdaf545de211cda81e0e10 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Thu, 11 Nov 2021 19:59:12 +0800 Subject: [PATCH] chore: disable http2 in go-release-action --- .github/workflows/binaries_dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 49bd27411..99f5d3e65 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -38,8 +38,8 @@ jobs: - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} - - name: disable http2 env - run: export GODEBUG=http2client=0 + #- name: disable http2 env + # run: export GODEBUG=http2client=0 - name: Go Release Binaries Large Disk uses: wangyoucao577/go-release-action@bugfix/upload-fail @@ -49,7 +49,7 @@ jobs: goarch: ${{ matrix.goarch }} release_tag: dev overwrite: true - pre_command: export CGO_ENABLED=0 + pre_command: export CGO_ENABLED=0 && GODEBUG=http2client=0 build_flags: -tags 5BytesOffset # optional, default is ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} # Where to run `go build .`