From b3c7e6c5a9ad3e940f03de10e84a30d5c0cca925 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