File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
"aliases" : {
3
3
"latest" : " 3.1.47" ,
4
4
"latest-sdk" : " latest" ,
5
- "latest-arm64-linux" : " 3.1.45 " ,
5
+ "latest-arm64-linux" : " 3.1.47 " ,
6
6
"latest-64bit" : " latest" ,
7
7
"sdk-latest-64bit" : " latest" ,
8
8
"latest-upstream" : " latest" ,
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ VERSION=$1
16
16
SHA=$( jq -r " .releases.\" ${VERSION} \" " emscripten-releases-tags.json)
17
17
URL=$( jq -r ' .Records[0] | "https://\(.s3.bucket.name).s3.\(.awsRegion).amazonaws.com/\(.s3.object.key)"' )
18
18
19
- wget $URL -O arm64.tbz2
20
- tar xf arm64.tbz2
21
- tar --use-compress-program " xz -T0" -cf arm64.tar.xz install/
19
+ wget $URL -O arm64.tar.xz
22
20
gsutil cp -n arm64.tar.xz gs://webassembly/emscripten-releases-builds/linux/${SHA} /wasm-binaries-arm64.tar.xz
23
21
sed -i " s/\" latest-arm64-linux\" : \" .*\" /\" latest-arm64-linux\" : \" $VERSION \" /" emscripten-releases-tags.json
24
22
You can’t perform that action at this time.
0 commit comments