Skip to content

Commit

Permalink
Update linux arm64 to 3.1.47 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Oct 11, 2023
1 parent 37b85e9 commit 40e9cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emscripten-releases-tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"aliases": {
"latest": "3.1.47",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.45",
"latest-arm64-linux": "3.1.47",
"latest-64bit": "latest",
"sdk-latest-64bit": "latest",
"latest-upstream": "latest",
Expand Down
4 changes: 1 addition & 3 deletions scripts/update_linux_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ VERSION=$1
SHA=$(jq -r ".releases.\"${VERSION}\"" emscripten-releases-tags.json)
URL=$(jq -r '.Records[0] | "https://\(.s3.bucket.name).s3.\(.awsRegion).amazonaws.com/\(.s3.object.key)"')

wget $URL -O arm64.tbz2
tar xf arm64.tbz2
tar --use-compress-program "xz -T0" -cf arm64.tar.xz install/
wget $URL -O arm64.tar.xz
gsutil cp -n arm64.tar.xz gs://webassembly/emscripten-releases-builds/linux/${SHA}/wasm-binaries-arm64.tar.xz
sed -i "s/\"latest-arm64-linux\": \".*\"/\"latest-arm64-linux\": \"$VERSION\"/" emscripten-releases-tags.json

Expand Down

0 comments on commit 40e9cd8

Please sign in to comment.