Skip to content

fix: compatible with Linux arm64 #124

fix: compatible with Linux arm64

fix: compatible with Linux arm64 #124

Workflow file for this run

name: Installer test
on:
release:
types: [published]
pull_request:
paths:
- 'install.sh'
jobs:
installer:
strategy:
matrix:
os: [ubuntu-latest, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: /bin/bash -c "$(cat install.sh)"
- run: |
which aliyun
echo "local version: $(cat ./version)"
echo "aliyun version: $(aliyun version)"