Skip to content

Commit

Permalink
ci: build debian package (not arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoiFresh committed Apr 18, 2024
1 parent 0109d45 commit dfa3c6b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/app-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,18 @@ jobs:
- name: Build and run tests
run: |
make test
debian-package:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get update && \
sudo make deps:build
- name: Build and run tests
run: |
make package

0 comments on commit dfa3c6b

Please sign in to comment.