Skip to content

Commit a774de6

Browse files
committed
Add back ARM with GH Actions
1 parent 3e75828 commit a774de6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ci
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
arm64-release:
7+
name: Linux ARM64 Release
8+
runs-on: [Linux, ARM64]
9+
steps:
10+
- uses: actions/checkout@v1
11+
- run: ./ci/steps/linux-release.sh

0 commit comments

Comments
 (0)