Skip to content

Commit

Permalink
ci: add build-deb job
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 26, 2022
1 parent c7ed194 commit cc43cb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -155,3 +155,16 @@ jobs:
name: docker-credential-helpers
path: ${{ env.DESTDIR }}/*
if-no-files-found: error

build-deb:
runs-on: ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Build
run: |
make deb

0 comments on commit cc43cb3

Please sign in to comment.