feat: Build for both Debian and Ubuntu

This commit is contained in:
Ginger 2025-09-08 13:44:47 -04:00
commit 5cd0704e14
No known key found for this signature in database

View file

@ -21,6 +21,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
container: ["debian:stable", "debian:oldstable", "ubuntu:latest"]
container:
image: ${{ matrix.container }}
steps:
- name: Get Debian version