From 44cea7fa9e5cab61538c1b74fbed566a70d7ef91 Mon Sep 17 00:00:00 2001 From: xiaoshuyui <528490652@qq.com> Date: Sun, 19 May 2024 20:38:35 +0800 Subject: [PATCH] Update build-arm64-linux.yml --- .github/workflows/build-arm64-linux.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-arm64-linux.yml b/.github/workflows/build-arm64-linux.yml index be96fbb..c8714f0 100644 --- a/.github/workflows/build-arm64-linux.yml +++ b/.github/workflows/build-arm64-linux.yml @@ -7,7 +7,10 @@ on: jobs: build: - runs-on: [ self-hosted, linux, arm64 ] + runs-on: ubuntu-latest + strategy: + matrix: + architecture: [arm64] steps: - uses: actions/checkout@v4 with: