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