Commit 938cf143116a4eef21e19424b098e277226fe9e1

Edward Thomson 2020-11-20T22:32:12

ci: GitHub Actions for arm64

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index c0e1553..c5daeea 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -2,6 +2,7 @@
 name: Nightly Build
 
 on:
+  workflow_dispatch:
   schedule:
   - cron: '15 1 * * *'
 
@@ -65,6 +66,10 @@ jobs:
             SKIP_NEGOTIATE_TESTS: true
             ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
           os: ubuntu-latest
+        - # linux arm64
+          os: [ linux, arm64, self-hosted ]
+          env:
+            CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
         - # macOS
           os: macos-10.15
           env: