Add back ARM with GH Actions

This commit is contained in:
Anmol Sethi 2020-05-07 00:06:55 -04:00
parent 3e7582880e
commit 193a45113c
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 15 additions and 0 deletions

15
.github/workflows/ci.yaml vendored Normal file
View File

@ -0,0 +1,15 @@
name: ci
on: [push, pull_request]
jobs:
arm64-release:
name: linux-arm64-release
runs-on: [Linux, ARM64]
steps:
- uses: actions/checkout@v1
- run: ./ci/steps/linux-release.sh
- uses: actions/upload-artifact@v2
with:
name: release-github
path: ./release-github/*