Skip to content

Commit 938cf14

Browse files
authored
ci: GitHub Actions for arm64
1 parent d8a0822 commit 938cf14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Nightly Build
33

44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: '15 1 * * *'
78

@@ -65,6 +66,10 @@ jobs:
6566
SKIP_NEGOTIATE_TESTS: true
6667
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
6768
os: ubuntu-latest
69+
- # linux arm64
70+
os: [ linux, arm64, self-hosted ]
71+
env:
72+
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
6873
- # macOS
6974
os: macos-10.15
7075
env:

0 commit comments

Comments
 (0)