From 5cd0704e14272052484f6c6177a0045253ca514e Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 8 Sep 2025 13:44:47 -0400 Subject: [PATCH] feat: Build for both Debian and Ubuntu --- .forgejo/workflows/build-debian.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/build-debian.yml b/.forgejo/workflows/build-debian.yml index bfad4e07..9d3eb7fe 100644 --- a/.forgejo/workflows/build-debian.yml +++ b/.forgejo/workflows/build-debian.yml @@ -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