Browse Source

Update build_binary.yml

pull/1584/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
4c231054fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build_binary.yml

2
.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 .`

Loading…
Cancel
Save