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 034f7f5 commit 48d9b59Copy full SHA for 48d9b59
.github/workflows/build.yml
@@ -10,13 +10,18 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
container:
13
- image: ghcr.io/memfault/memfault-ncs-quickstart-fw:2025-10-29
+ image: ghcr.io/memfault/memfault-ncs-quickstart-fw:2025-11-04
14
15
strategy:
16
matrix:
17
board:
18
- nrf52840dk/nrf52840
19
+ - nrf5340dk/nrf5340/cpuapp
20
+ - thingy53/nrf5340/cpuapp
21
- nrf54l15dk/nrf54l15/cpuapp
22
+ - nrf54lm20dk/nrf54lm20a/cpuapp
23
+ - nrf54h20dk/nrf54h20/cpuapp
24
+
25
fail-fast: false
26
27
steps:
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG NCS_VERSION=v3.1.1
+ARG NCS_VERSION=v3.2.0-preview2
2
3
FROM ghcr.io/nrfconnect/sdk-nrf-toolchain:${NCS_VERSION}
4
ARG NCS_VERSION
0 commit comments