Skip to content

Commit

Permalink
Merge pull request #2307 from iNavFlight/mmosca-arm64-sitl
Browse files Browse the repository at this point in the history
First attempt at adding arm64 linux sitl binaries
  • Loading branch information
mmosca authored Jan 17, 2025
2 parents 325cd65 + 2d21d01 commit a95a1da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Remove other SITL binary
run: rm -v resources/sitl/linux/arm64/inav_SITL
- name: Build Linux
run: npm run make
- name: Upload Linux deb
Expand Down Expand Up @@ -104,8 +106,10 @@ jobs:
command: npm install --foreground-scripts
timeout_minutes: 10
on_retry_command: rm -rfv node_modules
- name: Remove SITL binary
run: rm -v resources/sitl/linux/inav_SITL
- name: Remove other SITL binary
run: |
mv -fv resources/sitl/linux/arm64/inav_SITL resources/sitl/linux/inav_SITL
rmdir -v resources/sitl/linux/arm64
- name: Build Linux
run: npm run make
- name: Upload Linux deb
Expand Down
Binary file added resources/sitl/linux/arm64/inav_SITL
Binary file not shown.
Binary file modified resources/sitl/linux/inav_SITL
Binary file not shown.
Binary file modified resources/sitl/macos/inav_SITL
100755 → 100644
Binary file not shown.
Binary file modified resources/sitl/windows/inav_SITL.exe
Binary file not shown.

0 comments on commit a95a1da

Please sign in to comment.