From 193a45113c520094bb82871f88d803220c070d45 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 7 May 2020 00:06:55 -0400 Subject: [PATCH] Add back ARM with GH Actions --- .github/workflows/ci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 00000000..c8c3b39f --- /dev/null +++ b/.github/workflows/ci.yaml @@ -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/*