|
@ -53,7 +53,7 @@ jobs: |
|
|
overwrite: true |
|
|
overwrite: true |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
build_flags: -tags 5BytesOffset # optional, default is |
|
|
build_flags: -tags 5BytesOffset # optional, default is |
|
|
ldflags: -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
|
|
|
|
|
|
ldflags: -s -w -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
# Where to run `go build .` |
|
|
# Where to run `go build .` |
|
|
project_path: weed |
|
|
project_path: weed |
|
|
binary_name: weed-large-disk |
|
|
binary_name: weed-large-disk |
|
@ -68,7 +68,7 @@ jobs: |
|
|
release_tag: dev |
|
|
release_tag: dev |
|
|
overwrite: true |
|
|
overwrite: true |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
ldflags: -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
|
|
|
|
|
|
ldflags: -s -w -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
# Where to run `go build .` |
|
|
# Where to run `go build .` |
|
|
project_path: weed |
|
|
project_path: weed |
|
|
binary_name: weed-normal-disk |
|
|
binary_name: weed-normal-disk |
|
@ -102,7 +102,7 @@ jobs: |
|
|
overwrite: true |
|
|
overwrite: true |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
build_flags: -tags 5BytesOffset # optional, default is |
|
|
build_flags: -tags 5BytesOffset # optional, default is |
|
|
ldflags: -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
|
|
|
|
|
|
ldflags: -s -w -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
# Where to run `go build .` |
|
|
# Where to run `go build .` |
|
|
project_path: weed |
|
|
project_path: weed |
|
|
binary_name: weed-large-disk |
|
|
binary_name: weed-large-disk |
|
@ -117,7 +117,7 @@ jobs: |
|
|
release_tag: dev |
|
|
release_tag: dev |
|
|
overwrite: true |
|
|
overwrite: true |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
pre_command: export CGO_ENABLED=0 && export GODEBUG=http2client=0 |
|
|
ldflags: -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
|
|
|
|
|
|
ldflags: -s -w -extldflags -static -X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
# Where to run `go build .` |
|
|
# Where to run `go build .` |
|
|
project_path: weed |
|
|
project_path: weed |
|
|
binary_name: weed-normal-disk |
|
|
binary_name: weed-normal-disk |
|
|