We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80f6d1 commit 2aa7f16Copy full SHA for 2aa7f16
sbin/pack.sh
@@ -59,7 +59,9 @@ export OSNICK=$($READIES/bin/platform --osnick)
59
# RLEC naming conventions
60
[[ $ARCH == x64 ]] && ARCH=x86_64
61
[[ $OS == linux ]] && OS=Linux
62
-if [[ $OSNICK == bionic ]]; then
+if [[ $OSNICK == focal ]]; then
63
+ OSNICK=ubuntu20.04
64
+elif [[ $OSNICK == bionic ]]; then
65
OSNICK=ubuntu18.04
66
elif [[ $OSNICK == xenial ]]; then
67
OSNICK=ubuntu16.04
0 commit comments