diff --git a/.github/workflows/ruskwallet_build.yml b/.github/workflows/ruskwallet_build.yml index cd18f7d9e1..78f7004297 100644 --- a/.github/workflows/ruskwallet_build.yml +++ b/.github/workflows/ruskwallet_build.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-latest, macos-12, windows-latest] + os: [ubuntu-20.04, ubuntu-22.04, macos-latest, macos-12, windows-latest, arm-linux] compiler: [cargo] include: - os: ubuntu-20.04 @@ -43,6 +43,12 @@ jobs: compiler: cargo target: windows-x64 + - os: arm-linux + compiler: cargo + target: linux-arm64 + flags: --target=aarch64-unknown-linux-gnu + platform: aarch64-unknown-linux-gnu + steps: - name: Checkout Repository uses: actions/checkout@v4