We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fea52c commit 646cf16Copy full SHA for 646cf16
utils/webassembly/build-toolchain.sh
@@ -18,6 +18,8 @@ case $(uname -s) in
18
OS_SUFFIX=ubuntu18.04_$(uname -m)
19
elif [ "$(grep RELEASE /etc/lsb-release)" == "DISTRIB_RELEASE=20.04" ]; then
20
OS_SUFFIX=ubuntu20.04_$(uname -m)
21
+ elif [[ "$(grep PRETTY_NAME /etc/os-release)" == 'PRETTY_NAME="Amazon Linux 2"' ]]; then
22
+ OS_SUFFIX=amazonlinux2_$(uname -m)
23
else
24
echo "Unknown Ubuntu version"
25
exit 1
0 commit comments