From 80e067a395e4113993a2aa458bb77ddbe3cc468e Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 15:14:03 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 21d21eb..236ff43 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,11 +9,4 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Print host info - run: uname -a - - test-arm64: - runs-on: ubuntu-24.04 - container: - image: arm64v8/ubuntu - steps: - - run: uname -a \ No newline at end of file + run: uname -a \ No newline at end of file