From 8b6ffc3700f8c60b48778ac413a6996f1c9ebf55 Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 8 Sep 2025 14:03:33 -0400 Subject: [PATCH] Revert "feat: Build for both Debian and Ubuntu" This reverts commit 5cd0704e14272052484f6c6177a0045253ca514e. --- .forgejo/workflows/build-debian.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.forgejo/workflows/build-debian.yml b/.forgejo/workflows/build-debian.yml index 9d3eb7fe..bfad4e07 100644 --- a/.forgejo/workflows/build-debian.yml +++ b/.forgejo/workflows/build-debian.yml @@ -21,11 +21,6 @@ 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