feat: Build for both Debian and Ubuntu, take 2

This commit is contained in:
Ginger 2025-09-09 08:52:54 -04:00
commit 25732963c2
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: ["ubuntu-latest", "ubuntu-previous", "debian-latest", "debian-oldstable"]
container:
image: "ghcr.io/tcpipuk/act-runner:${{ matrix.container }}"
steps:
- name: Get Debian version