Skip to content

Commit

Permalink
Try building debian package on push
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgear committed Dec 29, 2023
1 parent 2bf46c3 commit 052eb0c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/debian-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Docker Image CI

on:
push:
branches:
- feature/*
- main
workflow_dispatch:

jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3

- name: build debian package
uses: jtdor/build-deb-action@v1
docker-image: ubuntu:focal
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign

0 comments on commit 052eb0c

Please sign in to comment.