mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
generate_board_targets: explicitly specify build containers
in order to have the right container version for each toolchain currently for the metadata deployment GitHub actions build.
This commit is contained in:
committed by
Ramon Roche
parent
ec9dce2e89
commit
013856fac1
@@ -24,7 +24,7 @@ jobs:
|
||||
needs: enumerate_targets
|
||||
strategy:
|
||||
matrix: ${{fromJson(needs.enumerate_targets.outputs.matrix)}}
|
||||
container: px4io/px4-dev-${{ matrix.container }}:2021-09-08
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user