Skip to content

Commit a288ed4

Browse files
xiaoxiang781216btashton
authored andcommitted
build.yml: Sync up with nuttx version
Signed-off-by: Xiang Xiao <[email protected]>
1 parent 2717c2a commit a288ed4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ jobs:
5757
username: ${GITHUB_ACTOR}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

60+
- name: Docker Pull
61+
uses: nick-invision/retry@v1
62+
with:
63+
timeout_minutes: 10
64+
max_attempts: 3
65+
retry_wait_seconds: 10
66+
command: docker pull docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux
67+
6068
- name: Run builds
6169
uses: ./testing/.github/actions/ci-container
6270
env:
@@ -71,7 +79,7 @@ jobs:
7179

7280
strategy:
7381
matrix:
74-
boards: [arm-11, mips-riscv-x86-xtensa, sim]
82+
boards: [arm-12, mips-riscv-x86-xtensa, sim]
7583

7684
steps:
7785
- name: Checkout nuttx repo

0 commit comments

Comments
 (0)