build deb, update deb metadata and files

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-29 20:28:43 -05:00 committed by June
parent 1581a3ca84
commit fedbe0dc66
4 changed files with 237 additions and 26 deletions

View file

@ -117,4 +117,17 @@ jobs:
path: oci-image.tar.gz
if-no-files-found: error
# don't compress again
compression-level: 0
compression-level: 0
- name: Build deb-x86_64-unknown-linux-gnu
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends libclang-dev
cargo install cargo-deb
cargo deb
- name: Upload artifact deb-x86_64-unknown-linux-gnu
uses: actions/upload-artifact@v4
with:
name: deb-x86_64-unknown-linux-gnu
path: target/debian/*.deb
if-no-files-found: error