Skip to content

Commit a95a1da

Browse files
authored
Merge pull request #2307 from iNavFlight/mmosca-arm64-sitl
First attempt at adding arm64 linux sitl binaries
2 parents 325cd65 + 2d21d01 commit a95a1da

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
command: npm install --foreground-scripts
5151
timeout_minutes: 10
5252
on_retry_command: rm -rfv node_modules
53+
- name: Remove other SITL binary
54+
run: rm -v resources/sitl/linux/arm64/inav_SITL
5355
- name: Build Linux
5456
run: npm run make
5557
- name: Upload Linux deb
@@ -104,8 +106,10 @@ jobs:
104106
command: npm install --foreground-scripts
105107
timeout_minutes: 10
106108
on_retry_command: rm -rfv node_modules
107-
- name: Remove SITL binary
108-
run: rm -v resources/sitl/linux/inav_SITL
109+
- name: Remove other SITL binary
110+
run: |
111+
mv -fv resources/sitl/linux/arm64/inav_SITL resources/sitl/linux/inav_SITL
112+
rmdir -v resources/sitl/linux/arm64
109113
- name: Build Linux
110114
run: npm run make
111115
- name: Upload Linux deb

resources/sitl/linux/arm64/inav_SITL

1.54 MB
Binary file not shown.

resources/sitl/linux/inav_SITL

192 Bytes
Binary file not shown.

resources/sitl/macos/inav_SITL

100755100644
16.3 KB
Binary file not shown.

resources/sitl/windows/inav_SITL.exe

580 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)