Skip to content

Commit

Permalink
CI: also create deb on Linux Mint
Browse files Browse the repository at this point in the history
Just assume it's Ubuntu.

Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Feb 27, 2024
1 parent b9c5500 commit 409e017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ common_args="--chdir ${working_dir}/install \

echo "common_args: ${common_args}"

if cat /etc/os-release | grep 'Ubuntu'
if cat /etc/os-release | grep -e 'Ubuntu' -e 'Mint'
then
echo "Building Ubuntu DEB package"
fpm ${common_args} \
Expand Down

0 comments on commit 409e017

Please sign in to comment.