Skip to content

Commit

Permalink
Merge pull request #716 from cole-miller/publish-lts-packages
Browse files Browse the repository at this point in the history
Publish LTS packages to the PPA
  • Loading branch information
cole-miller authored Oct 23, 2024
2 parents a89a6a5 + 7bcfda2 commit 458fc06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build PPA source packages
on:
push:
branches:
- master
- 'lts-1.17.x'
jobs:
build:
if: github.repository == 'canonical/dqlite'
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Clone the repositories
run: |
git clone https://github.com/canonical/dqlite
git clone https://github.com/canonical/dqlite-ppa -b dqlite --depth 1
git clone https://github.com/canonical/dqlite-ppa -b dqlite-lts --depth 1
- name: Setup dependencies
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
VERSION="$(git describe --tags | sed -e "s/^v//" -e "s/-/+git/")"
dch --create \
--distribution ${TARGET} \
--package dqlite \
--package dqlite1.17 \
--newversion ${VERSION}~${TARGET}1 \
"Automatic build from Github"
debuild -S -sa -d -k${{ vars.PPA_PUBLIC_KEY }}
Expand Down

0 comments on commit 458fc06

Please sign in to comment.