diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-12-17 22:28:02 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 22:28:02 -0800 |
| commit | 8c00c46f9b3b7b3ae570d1a2ba5b6d25dc7108fa (patch) | |
| tree | b89bd4421fb95232e4e7ae13fe58224072b7a724 | |
| parent | 47f5ec0cde6dac18eb60b527276269f3f8f210f8 (diff) | |
| download | seaweedfs-8c00c46f9b3b7b3ae570d1a2ba5b6d25dc7108fa.tar.xz seaweedfs-8c00c46f9b3b7b3ae570d1a2ba5b6d25dc7108fa.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 401dbe873..a3fb81441 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,6 @@ jobs: goarch: ${{ matrix.goarch }} release_tag: dev overwrite: true - 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 .` project_path: weed |
