Skip to content

pivy-tool: add delete-cert command #106

pivy-tool: add delete-cert command

pivy-tool: add delete-cert command #106

name: build-deb-ubuntu
on: [push]
jobs:
build-2404:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
- run: make && make deb && mv ../*.deb ./
- uses: actions/upload-artifact@v3
with:
name: ubuntu-2404
path: '*.deb'
build-2204:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
- run: make && make deb && mv ../*.deb ./
- uses: actions/upload-artifact@v3
with:
name: ubuntu-2204
path: '*.deb'