From 7dc5f1d8bf7c65d85b779c2acc87772dd74c09a5 Mon Sep 17 00:00:00 2001 From: KC3PIB Date: Fri, 25 Mar 2022 22:34:16 -0400 Subject: [PATCH] Attempt 1 at arm64 builds --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d4761e0..4487bfd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,6 +19,9 @@ jobs: - kind: macOS os: macos-latest target: osx-x64 + - kind: arm64 + os: self-hosted + target: arm64 runs-on: ${{ matrix.os }} env: DOTNET_NOLOGO: true