summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-11-01 10:53:42 -0700
committerGitHub <noreply@github.com>2021-11-01 10:53:42 -0700
commit45ae0eb9ada14b8ead3c9785e16cc234a4d31ef0 (patch)
tree3a4629800d40399b24f7bd4b26a365f5b71a4685 /.github
parentb1384a9addfdcbc16ae0e11b85ae2f6ba08f999b (diff)
Disable aarch64 build for releases. (#2000)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml
index 95932b174..e1ff8cf74 100644
--- a/.github/workflows/release-windows.yml
+++ b/.github/workflows/release-windows.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
configuration: ['Release']
- platform: ['Win32', 'x64', 'aarch64']
+ platform: ['Win32', 'x64']
steps:
- uses: actions/checkout@v2.3.4
with: