Skip to content

Commit 2aa7f16

Browse files
authored
Packaging: relate to Ubuntu Focal as ubuntu20.04 (RedisJSON#374)
1 parent b80f6d1 commit 2aa7f16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sbin/pack.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ export OSNICK=$($READIES/bin/platform --osnick)
5959
# RLEC naming conventions
6060
[[ $ARCH == x64 ]] && ARCH=x86_64
6161
[[ $OS == linux ]] && OS=Linux
62-
if [[ $OSNICK == bionic ]]; then
62+
if [[ $OSNICK == focal ]]; then
63+
OSNICK=ubuntu20.04
64+
elif [[ $OSNICK == bionic ]]; then
6365
OSNICK=ubuntu18.04
6466
elif [[ $OSNICK == xenial ]]; then
6567
OSNICK=ubuntu16.04

0 commit comments

Comments
 (0)