mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: run on aws infra
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
2f56d44e6f
commit
c1069dcd2a
6
.github/workflows/appimage.yml
vendored
6
.github/workflows/appimage.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- arch: amd64
|
||||
runs-on: ubuntu-22.04
|
||||
runner: x64
|
||||
- arch: arm64
|
||||
runs-on: ubuntu-22.04-arm64
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
runner: arm64
|
||||
runs-on: [runs-on,"runner=4cpu-linux-${{ matrix.runner }}","image=ubuntu22-full-${{ matrix.runner }}","run-id=${{ github.run_id }}"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user