Skip to content

Commit

Permalink
ci: Add ARM/Linux rusk wallet build
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Dec 4, 2024
1 parent 9e2e712 commit bb7f1f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruskwallet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bb7f1f0

Please sign in to comment.