From fcbba98cff3c0c9b4b585b800b9e435e2a42b9e3 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 15:00:02 -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 14651dc..04a844c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: test-arm64: runs-on: ubuntu-24.04 container: - image: arm64v8/alpine - options: --platform=linux/arm64 + image: arm64v8/ubuntu + platform: linux/arm64 steps: - run: uname -a \ No newline at end of file