From 25732963c2f0662017a780d875f942952795405f Mon Sep 17 00:00:00 2001 From: Ginger Date: Tue, 9 Sep 2025 08:52:54 -0400 Subject: [PATCH] feat: Build for both Debian and Ubuntu, take 2 --- .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..ca35ddd2 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: ["ubuntu-latest", "ubuntu-previous", "debian-latest", "debian-oldstable"] + container: + image: "ghcr.io/tcpipuk/act-runner:${{ matrix.container }}" steps: - name: Get Debian version