We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2717c2a commit a288ed4Copy full SHA for a288ed4
.github/workflows/build.yml
@@ -57,6 +57,14 @@ jobs:
57
username: ${GITHUB_ACTOR}
58
password: ${{ secrets.GITHUB_TOKEN }}
59
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
+
68
- name: Run builds
69
uses: ./testing/.github/actions/ci-container
70
env:
@@ -71,7 +79,7 @@ jobs:
71
79
72
80
strategy:
73
81
matrix:
74
- boards: [arm-11, mips-riscv-x86-xtensa, sim]
82
+ boards: [arm-12, mips-riscv-x86-xtensa, sim]
75
83
76
84
steps:
77
85
- name: Checkout nuttx repo
0 commit comments