diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-29 21:01:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 21:01:25 -0700 |
| commit | 4c231054fbc55107b1ca433498350d55617310fb (patch) | |
| tree | a44950363a35d509db17641c4350c671386739ce /.github/workflows | |
| parent | ba6439055590af827e7a5d75232ebc8c8ecaa78f (diff) | |
| download | seaweedfs-4c231054fbc55107b1ca433498350d55617310fb.tar.xz seaweedfs-4c231054fbc55107b1ca433498350d55617310fb.zip | |
Update build_binary.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_binary.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_binary.yml b/.github/workflows/build_binary.yml index 265369bcd..eae2d57f5 100644 --- a/.github/workflows/build_binary.yml +++ b/.github/workflows/build_binary.yml @@ -43,7 +43,7 @@ jobs: # The `Go` compiler version. goversion: 1.14 # optional, default is # Additional arguments to pass the go build command. - build_flags: 5BytesOffset # optional, default is + build_flags: -tags 5BytesOffset # optional, default is # Values to provide to the -ldflags argument ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} # Where to run `go build .` |
