Skip to content

Commit 0d95793

Browse files
authored
Merge pull request #9435 from keymanapp/chore/linux/launchpad
chore(linux): Disable Mantic builds on Launchpad
2 parents f7ab7db + ab7a1a9 commit 0d95793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linux/scripts/launchpad.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ else
3333
fi
3434
echo "ppa: ${ppa}"
3535

36-
distributions="${DIST:-focal jammy lunar mantic}"
36+
# distributions="${DIST:-focal jammy lunar mantic}"
37+
distributions="${DIST:-focal jammy lunar}"
3738
packageversion="${PACKAGEVERSION:-1~sil1}"
3839

3940
BASEDIR=$(pwd)

0 commit comments

Comments
 (0)