From c6df81ed36f42a045aa39ecfd5dfd4de31975da5 Mon Sep 17 00:00:00 2001 From: seph Date: Wed, 8 May 2024 08:08:51 -0400 Subject: [PATCH] Initial testing for github arm64 --- .github/workflows/go.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 29e96d894..3372704ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,6 +22,8 @@ jobs: - ubuntu-20.04 - macos-12 - windows-latest + - test.ubuntu20.04.arm64 + - test.windows11.arm64 steps: - name: Check out code id: checkout @@ -133,6 +135,10 @@ jobs: - macos-13 - windows-2019 - windows-2022 + - test.ubuntu20.04.arm64 + - test.ubuntu22.04.arm64 + - test.windows11.arm64 + needs: version_baseline steps: - name: cache restore build output