diff options
| author | chrislu <chris.lu@gmail.com> | 2024-02-24 01:55:18 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-02-24 01:55:18 -0800 |
| commit | bf0899cbf4ccb42e02f5984802d41c5e9b5e90bf (patch) | |
| tree | 5db4d265c1b85d33931f3731b30b550c953c2645 | |
| parent | abf1dd13d2d08e93004e78aa21977ff7d804eb00 (diff) | |
| download | seaweedfs-bf0899cbf4ccb42e02f5984802d41c5e9b5e90bf.tar.xz seaweedfs-bf0899cbf4ccb42e02f5984802d41c5e9b5e90bf.zip | |
adjust build tags for full
| -rw-r--r-- | .github/workflows/binaries_release4.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_release4.yml b/.github/workflows/binaries_release4.yml index c7fab90e0..91f119a60 100644 --- a/.github/workflows/binaries_release4.yml +++ b/.github/workflows/binaries_release4.yml @@ -36,7 +36,7 @@ jobs: goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} overwrite: true - build_flags: -tags elastic,ydb,gocdk,tikv + build_flags: -tags elastic,gocdk,sqlite,ydb,tikv,rclone pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 # build_flags: -tags 5BytesOffset # optional, default is ldflags: -s -w -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} @@ -52,7 +52,7 @@ jobs: goarch: ${{ matrix.goarch }} overwrite: true pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 - build_flags: -tags 5BytesOffset,elastic,ydb,gocdk,tikv + build_flags: -tags 5BytesOffset,elastic,gocdk,sqlite,ydb,tikv,rclone ldflags: -s -w -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} # Where to run `go build .` project_path: weed |
