Skip to content

Commit 48d9b59

Browse files
committed
Add more board variants
- nrf5340dk/nrf5340/cpuapp - thingy53/nrf5340/cpuapp - nrf54lm20dk/nrf54lm20a/cpuapp - nrf54h20dk/nrf54h20/cpuapp
1 parent 034f7f5 commit 48d9b59

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/memfault/memfault-ncs-quickstart-fw:2025-10-29
13+
image: ghcr.io/memfault/memfault-ncs-quickstart-fw:2025-11-04
1414

1515
strategy:
1616
matrix:
1717
board:
1818
- nrf52840dk/nrf52840
19+
- nrf5340dk/nrf5340/cpuapp
20+
- thingy53/nrf5340/cpuapp
1921
- nrf54l15dk/nrf54l15/cpuapp
22+
- nrf54lm20dk/nrf54lm20a/cpuapp
23+
- nrf54h20dk/nrf54h20/cpuapp
24+
2025
fail-fast: false
2126

2227
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NCS_VERSION=v3.1.1
1+
ARG NCS_VERSION=v3.2.0-preview2
22

33
FROM ghcr.io/nrfconnect/sdk-nrf-toolchain:${NCS_VERSION}
44
ARG NCS_VERSION

0 commit comments

Comments
 (0)