From 9723564127f9929490fa0737df0146bd70d6253d Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 17:18:57 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 236ff43..bbe4745 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,12 @@ on: jobs: test-amd64: runs-on: ubuntu-24.04 + steps: + - name: Print host info + run: uname -a + + test-arm64: + runs-on: ubuntu-24.04-arm64 steps: - name: Print host info run: uname -a \ No newline at end of file