diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-11-11 18:37:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 18:37:38 -0800 |
| commit | 4d388b97826eae62874cbde013d30886a23689e1 (patch) | |
| tree | 7d144384e9e368a319ce85622b13125c912db740 | |
| parent | 5eb905a5d14bb2864a2d141dc875da06f3344cd0 (diff) | |
| download | seaweedfs-4d388b97826eae62874cbde013d30886a23689e1.tar.xz seaweedfs-4d388b97826eae62874cbde013d30886a23689e1.zip | |
Update binaries_dev.yml
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 74f09f617..2fa4cbfee 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -44,7 +44,7 @@ jobs: goarch: ${{ matrix.goarch }} release_tag: dev overwrite: true - pre_command: export CGO_ENABLED=0 && GODEBUG=http2client=0 + pre_command: export CGO_ENABLED=0 && export 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 .` @@ -60,7 +60,7 @@ jobs: goarch: ${{ matrix.goarch }} release_tag: dev overwrite: true - pre_command: export CGO_ENABLED=0 && GODEBUG=http2client=0 + pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} # Where to run `go build .` project_path: weed @@ -91,7 +91,7 @@ jobs: goarch: ${{ matrix.goarch }} release_tag: dev overwrite: true - pre_command: export CGO_ENABLED=0 && GODEBUG=http2client=0 + pre_command: export CGO_ENABLED=0 && export 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 .` @@ -107,7 +107,7 @@ jobs: goarch: ${{ matrix.goarch }} release_tag: dev overwrite: true - pre_command: export CGO_ENABLED=0 && GODEBUG=http2client=0 + pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} # Where to run `go build .` project_path: weed |
