mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update build_binary.yml
This commit is contained in:
parent
ba64390555
commit
4c231054fb
2
.github/workflows/build_binary.yml
vendored
2
.github/workflows/build_binary.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
# The `Go` compiler version.
|
# The `Go` compiler version.
|
||||||
goversion: 1.14 # optional, default is
|
goversion: 1.14 # optional, default is
|
||||||
# Additional arguments to pass the go build command.
|
# 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
|
# Values to provide to the -ldflags argument
|
||||||
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}}
|
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}}
|
||||||
# Where to run `go build .`
|
# Where to run `go build .`
|
||||||
|
|
Loading…
Reference in a new issue