mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 05:37:35 +08:00
ci: build x86 and arm64 AppImages
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
@@ -11,8 +11,15 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build-appimage:
|
||||
name: "Create px4_sitl AppImage"
|
||||
runs-on: ubuntu-22.04
|
||||
name: "AppImage ${{ matrix.arch }}"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
- arch: amd64
|
||||
runs-on: ubuntu-22.04
|
||||
- arch: arm64
|
||||
runs-on: ubuntu-22.04-arm64
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@@ -32,5 +39,5 @@ jobs:
|
||||
- name: Upload AppImage artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: px4-sitl-appimage
|
||||
name: px4-sitl-appimage-${{ matrix.arch }}
|
||||
path: build/*.AppImage
|
||||
|
||||
Reference in New Issue
Block a user