From 09bf9d639d7575121b80bb2fdba5531d1f157132 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 15 Oct 2022 00:07:49 +0400 Subject: arm64 builds --- .github/workflows/build-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 65f59a0..4a89586 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -13,7 +13,7 @@ jobs: matrix: host: [windows-latest, ubuntu-latest, macos-latest] os: [win, linux, osx] - arch: [x86, x64, arm] + arch: [x86, x64, arm, arm64] sc: [no-self-contained, self-contained] exclude: - os: linux diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df5d796..765622f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: os: [win, linux, osx] - arch: [x86, x64, arm] + arch: [x86, x64, arm, arm64] sc: [no-self-contained, self-contained] exclude: - os: linux -- cgit v1.2.3