Skip to content

Commit 193a451

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
12+
- uses: actions/upload-artifact@v2
13+
with:
14+
name: release-github
15+
path: ./release-github/*

0 commit comments

Comments
 (0)