Skip to content

Commit 750a8ab

Browse files
authored
Universal maker upgrade (#10530)
* refactor: remove unused framework parameter from local build pipeline * Update hash/expected size for the upgraded universal maker binary
1 parent d03a212 commit 750a8ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/apphosting/universalMakerInfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"darwin_arm64": {
33
"version": "1.0.0",
4-
"expectedSize": 16111618,
5-
"expectedChecksumSHA256": "4b77d02a5f80f26d9bd1428f388c293c1fb264995d75b51c7d50fec7c87bcf58",
4+
"expectedSize": 16266914,
5+
"expectedChecksumSHA256": "72dae4eeefedc096649134f6ee592248c17dba5cdaec5bf679f367b2093d41cc",
66
"remoteUrl": "https://artifactregistry.googleapis.com/download/v1/projects/serverless-runtimes-qa/locations/us-central1/repositories/universal-maker/files/darwin-arm64%3A1.0.0%3Auniversal_maker:download?alt=media",
77
"downloadPathRelativeToCacheDir": "universal-maker-darwin-arm64-1.0.0"
88
},
99
"linux_x64": {
1010
"version": "1.0.0",
11-
"expectedSize": 16856277,
12-
"expectedChecksumSHA256": "dfc8357b8ce23ef1897e5590d4390f166e27734f241b770f721d68273118845c",
11+
"expectedSize": 17023802,
12+
"expectedChecksumSHA256": "ba74d2d2ce61d1b773f5b9eefeb09ef48a6890f2767581b57f9871869693823d",
1313
"remoteUrl": "https://artifactregistry.googleapis.com/download/v1/projects/serverless-runtimes-qa/locations/us-central1/repositories/universal-maker/files/x86-64%3A1.0.0%3Auniversal_maker:download?alt=media",
1414
"downloadPathRelativeToCacheDir": "universal-maker-linux-x64-1.0.0"
1515
}

0 commit comments

Comments
 (0)