Add back ARM with GH Actions
This commit is contained in:
parent
3e7582880e
commit
193a45113c
|
@ -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/*
|
Loading…
Reference in New Issue