mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
CI: bump container tags to 2020-04-01
This commit is contained in:
2
.github/workflows/bloaty.yml
vendored
2
.github/workflows/bloaty.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
px4_fmu-v5x_default,
|
||||
px4_io-v2_default,
|
||||
]
|
||||
container: px4io/px4-dev-nuttx-${{ matrix.ubuntu_release }}:2020-03-29
|
||||
container: px4io/px4-dev-nuttx-${{ matrix.ubuntu_release }}:2020-04-01
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
2
.github/workflows/build_tests.yml
vendored
2
.github/workflows/build_tests.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
bionic,
|
||||
focal
|
||||
]
|
||||
container: px4io/px4-dev-base-${{ matrix.ubuntu_release }}:2020-03-29
|
||||
container: px4io/px4-dev-base-${{ matrix.ubuntu_release }}:2020-04-01
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
bionic,
|
||||
focal
|
||||
]
|
||||
container: px4io/px4-dev-base-${{ matrix.ubuntu_release }}:2020-03-29
|
||||
container: px4io/px4-dev-base-${{ matrix.ubuntu_release }}:2020-04-01
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
2
.github/workflows/compile_linux.yml
vendored
2
.github/workflows/compile_linux.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-armhf:2020-03-29
|
||||
container: px4io/px4-dev-armhf:2020-04-01
|
||||
strategy:
|
||||
matrix:
|
||||
config: [
|
||||
|
||||
2
.github/workflows/compile_nuttx.yml
vendored
2
.github/workflows/compile_nuttx.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-nuttx-bionic:2020-03-29
|
||||
container: px4io/px4-dev-nuttx-bionic:2020-04-01
|
||||
strategy:
|
||||
matrix:
|
||||
config: [
|
||||
|
||||
2
.github/workflows/sitl_tests.yml
vendored
2
.github/workflows/sitl_tests.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
bionic,
|
||||
focal
|
||||
]
|
||||
container: px4io/px4-dev-simulation-${{ matrix.ubuntu_release }}:2020-03-29
|
||||
container: px4io/px4-dev-simulation-${{ matrix.ubuntu_release }}:2020-04-01
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user