From a46fcee995245773f487a67105a74c532f15583a Mon Sep 17 00:00:00 2001 From: actboy168 Date: Fri, 17 Jan 2025 15:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=AF=95=E6=96=B0=E7=9A=84runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d6e735..728c323 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,6 +75,15 @@ jobs: - run: luamake -notest -sanitize - run: luamake lua test/glibc-version.lua - run: luamake test -v + linux-arm: + name: linux (arm64) + runs-on: ubuntu-22.04-arm + steps: + - uses: actions/checkout@v4 + - uses: actboy168/setup-luamake@master + - run: luamake -notest -sanitize + - run: luamake lua test/glibc-version.lua + - run: luamake test -v linux: strategy: fail-fast: false