From 2f4fc8e45e5a2ab59e48345a9bfbd7fee764a015 Mon Sep 17 00:00:00 2001 From: emalfroy Date: Fri, 15 Mar 2024 16:19:04 +0100 Subject: [PATCH] feat: to arm 64 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c4390..72565af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: test-project: Ops.Web.Tests build-project: Ops.Web semver: ${{ needs.set-release-version.outputs.version }} + runtime: linux-arm64 dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }} secrets: inherit