Skip to content

Commit

Permalink
Try to build for aarch64 natively
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 3, 2025
1 parent a3a0468 commit a0b90e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
build-xtasks:
name: Build xtasks
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build xtasks
run: |
cross build --release --target armv7-unknown-linux-gnueabihf -p xtask
cross build --release --target aarch64-unknown-linux-gnu -p xtask
cargo build --release --target aarch64-unknown-linux-gnu -p xtask
- name: Upload artifact | armv7-unknown-linux-gnueabihf
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a0b90e8

Please sign in to comment.