From 0e2e6cd52e1c0bd9f25979599e5604f5cc6c7060 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Mon, 31 Jan 2022 01:07:03 -0600 Subject: [PATCH] build linux-arm64 artifacts --- .github/workflows/artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 2a66032aa..4cc4c9e22 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -149,6 +149,9 @@ jobs: - os: ubuntu-latest kind: linux target: linux-arm + - os: ubuntu-latest + kind: linux + target: linux-arm64 - os: windows-latest kind: windows target: win-x64