|
98 | 98 | path: '/zig-tools' |
99 | 99 | script: | |
100 | 100 | #!/usr/bin/env bash |
101 | | - go build -ldflags "-X github.com/googleapis/genai-toolbox/cmd.buildType=binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.linux.amd64 |
| 101 | + go build -ldflags "-X github.com/googleapis/mcp-toolbox/cmd.buildType=binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.linux.amd64 |
102 | 102 |
|
103 | 103 | - id: "store-linux-amd64" |
104 | 104 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -129,7 +129,7 @@ steps: |
129 | 129 | path: '/zig-tools' |
130 | 130 | script: | |
131 | 131 | #!/usr/bin/env bash |
132 | | - go build -ldflags "-X github.com/googleapis/genai-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.linux.amd64 |
| 132 | + go build -ldflags "-X github.com/googleapis/mcp-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.linux.amd64 |
133 | 133 |
|
134 | 134 | - id: "store-linux-amd64-geminicli" |
135 | 135 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -167,7 +167,7 @@ steps: |
167 | 167 | path: '/macos-sdk' |
168 | 168 | script: | |
169 | 169 | #!/usr/bin/env bash |
170 | | - go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/genai-toolbox/cmd.buildType=binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.darwin.arm64 |
| 170 | + go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/mcp-toolbox/cmd.buildType=binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.darwin.arm64 |
171 | 171 |
|
172 | 172 | - id: "store-darwin-arm64" |
173 | 173 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -205,7 +205,7 @@ steps: |
205 | 205 | path: '/macos-sdk' |
206 | 206 | script: | |
207 | 207 | #!/usr/bin/env bash |
208 | | - go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/genai-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.darwin.arm64 |
| 208 | + go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/mcp-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.darwin.arm64 |
209 | 209 |
|
210 | 210 | - id: "store-darwin-arm64-geminicli" |
211 | 211 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -243,7 +243,7 @@ steps: |
243 | 243 | path: '/macos-sdk' |
244 | 244 | script: | |
245 | 245 | #!/usr/bin/env bash |
246 | | - go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/genai-toolbox/cmd.buildType=binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.darwin.amd64 |
| 246 | + go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/mcp-toolbox/cmd.buildType=binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.darwin.amd64 |
247 | 247 |
|
248 | 248 | - id: "store-darwin-amd64" |
249 | 249 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -281,7 +281,7 @@ steps: |
281 | 281 | path: '/macos-sdk' |
282 | 282 | script: | |
283 | 283 | #!/usr/bin/env bash |
284 | | - go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/genai-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.darwin.amd64 |
| 284 | + go build -trimpath -buildmode=pie -ldflags "-s -w -X github.com/googleapis/mcp-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.darwin.amd64 |
285 | 285 |
|
286 | 286 | - id: "store-darwin-amd64-geminicli" |
287 | 287 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -312,7 +312,7 @@ steps: |
312 | 312 | path: '/zig-tools' |
313 | 313 | script: | |
314 | 314 | #!/usr/bin/env bash |
315 | | - go build -ldflags "-X github.com/googleapis/genai-toolbox/cmd.buildType=binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.windows.amd64 |
| 315 | + go build -ldflags "-X github.com/googleapis/mcp-toolbox/cmd.buildType=binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.windows.amd64 |
316 | 316 |
|
317 | 317 | - id: "store-windows-amd64" |
318 | 318 | name: "gcr.io/cloud-builders/gcloud:latest" |
@@ -345,7 +345,7 @@ steps: |
345 | 345 | path: '/macos-sdk' |
346 | 346 | script: | |
347 | 347 | #!/usr/bin/env bash |
348 | | - go build -ldflags "-X github.com/googleapis/genai-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/genai-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.windows.amd64 |
| 348 | + go build -ldflags "-X github.com/googleapis/mcp-toolbox/cmd.buildType=geminicli.binary -X github.com/googleapis/mcp-toolbox/cmd.commitSha=$(git rev-parse --short HEAD)" -o toolbox.geminicli.windows.amd64 |
349 | 349 |
|
350 | 350 | - id: "store-windows-amd64-geminicli" |
351 | 351 | name: "gcr.io/cloud-builders/gcloud:latest" |
|
0 commit comments