Skip to content

Commit a2d8aac

Browse files
committed
ci: add build-deb job
Signed-off-by: CrazyMax <[email protected]>
1 parent 48ab0d8 commit a2d8aac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,16 @@ jobs:
155155
name: docker-credential-helpers
156156
path: ${{ env.DESTDIR }}/*
157157
if-no-files-found: error
158+
159+
build-deb:
160+
runs-on: ubuntu-20.04
161+
steps:
162+
-
163+
name: Checkout
164+
uses: actions/checkout@v3
165+
with:
166+
fetch-depth: 0
167+
-
168+
name: Build
169+
run: |
170+
make deb

0 commit comments

Comments
 (0)