From 99f82852bf89f53430470aeeccf8fe824c7f2096 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Fri, 9 Aug 2024 22:39:30 +1200 Subject: [PATCH] updated Makefile and workflow --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 79243f75d..adeae4ebc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: matrix: config: - { platform: linux, arch: amd64 } - # - { platform: linux, arch: arm64 } + - { platform: linux, arch: arm64 } - { platform: windows, arch: amd64, version: 1809 } - { platform: windows, arch: amd64, version: ltsc2022 } runs-on: ubuntu-latest