From 30caee45904b83cdb3ef1aafa725f4539543bcde Mon Sep 17 00:00:00 2001 From: KC3PIB Date: Fri, 25 Mar 2022 23:01:30 -0400 Subject: [PATCH] Attempt 2 at arm64 builds --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4487bfd..9bc8d33 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: target: osx-x64 - kind: arm64 os: self-hosted - target: arm64 + target: linux-arm64 runs-on: ${{ matrix.os }} env: DOTNET_NOLOGO: true