Skip to content

Commit

Permalink
Added build support for Ubuntu Impish
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Nov 7, 2021
1 parent 55c7d0b commit 25c9a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ launchpad_upload() {
else
PPA="agornostal/ulauncher"
fi
xenial="PPA=$PPA RELEASE=xenial ./ul build-deb $VERSION --upload"
hirsute="PPA=$PPA RELEASE=hirsute ./ul build-deb $VERSION --upload"

impish="PPA=$PPA RELEASE=impish ./ul build-deb $VERSION --upload"
focal="PPA=$PPA RELEASE=focal ./ul build-deb $VERSION --upload"
groovy="PPA=$PPA RELEASE=groovy ./ul build-deb $VERSION --upload"
bionic="PPA=$PPA RELEASE=bionic ./ul build-deb $VERSION --upload"

# extracts ~/.shh for uploading package to ppa.launchpad.net via sftp
# then uploads each release
Expand All @@ -108,6 +108,6 @@ launchpad_upload() {
--rm \
-v $(pwd):/root/ulauncher \
$BUILD_IMAGE \
bash -c "tar -xvf scripts/launchpad.ssh.tar -C / && $xenial && $hirsute && $focal && $groovy"
bash -c "tar -xvf scripts/launchpad.ssh.tar -C / && $impish && $focal && $bionic"
set +x
}

0 comments on commit 25c9a33

Please sign in to comment.