From f6b7bc8b72b3edec5cf52bc8687d97d6286cfb11 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Mon, 15 Dec 2025 12:27:19 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 43c9c5e..2b9562f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: runs-on: [ ubuntu-24.04, amd64-builder ] steps: - name: System Info - run: uname -a + run: cat /etc/os-release arm64: runs-on : [ ubuntu-24.04, arm64-builder ] steps: - name: System Info - run: uname -a \ No newline at end of file + run: cat /etc/os-release \ No newline at end of file