Skip to content

Commit

Permalink
Build and upload a source package for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed Apr 12, 2024
1 parent 86aa46c commit f05b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/skrelease
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ EOF

[[ -f $TARBALL ]] && echo "Found $TARBALL" || _build_tarball

for dist in focal jammy; do
for dist in focal jammy noble; do
_cd_tmpdir
cp -p $TARBALL skoolkit_$VERSION.orig.tar.xz
tar xf skoolkit_$VERSION.orig.tar.xz
Expand Down

0 comments on commit f05b082

Please sign in to comment.