Build CLI for ARM64

This commit is contained in:
Wilson Lin 2021-08-08 11:14:58 +10:00
parent c2f1ab028b
commit d43e25c237
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, ubuntu-18.04, windows-2019]
os: [macos-11.0, ubuntu-18.04, windows-2019, self-hosted]
include:
- os: macos-11.0
ARCH: macos-x86_64
@ -25,6 +25,10 @@ jobs:
ARCH: windows-x86_64
MIME: application/vnd.microsoft.portable-executable
EXT: '.exe'
- os: self-hosted
ARCH: linux-arm64
MIME: application/octet-stream
EXT: ''
steps:
- uses: actions/checkout@v1
- name: Get version