diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml
index f4dc5f66240c6234cd4d4eca8f672a680146f709..1bb417a7b5fe5fff35f528fac453300fdba44899 100644
--- a/.ostc-ci/machines-and-flavours.yaml
+++ b/.ostc-ci/machines-and-flavours.yaml
@@ -87,6 +87,11 @@ zephyr-nrf52840dk-nrf52840:
   variables:
     MACHINE: nrf52840dk-nrf52840
 
+zephyr-arduino-nano-33-ble:
+  extends: .build-zephyr
+  variables:
+    MACHINE: arduino-nano-33-ble
+
 freertos-armv5:
   extends: .build-freertos
   variables:
diff --git a/docs/ci/machines-and-flavours.rst b/docs/ci/machines-and-flavours.rst
index 80bbcc9f659b22f5d38446b2eec62322554d6d71..df68057de41699cf5966219ee154425ebcc474ab 100644
--- a/docs/ci/machines-and-flavours.rst
+++ b/docs/ci/machines-and-flavours.rst
@@ -131,6 +131,19 @@ This job extends `.build-zephyr` job from the manifest repository and builds
 96Boards Avenger development board cortex-M3 core, embedded into STM32MP157
 SoC.
 
+.. note::
+    The cache for this job is not public, pending legal review of any firmware
+    that may be included.
+
+zephyr-arduino-nano-33-ble
+..........................
+
+This job extends `.build-zephyr` job from the manifest repository and builds
+``zephyr-philosophers`` using the Zephyr flavour of All Scenarios OS and
+``MACHINE=arduino-nano-33-ble``. This job checks that Zephyr can be built for the
+Arduino Nano 33 BLE development board Cortex-M4 core, embedded into nRF 52840
+SoC.
+
 .. note::
     The cache for this job is not public, pending legal review of any firmware
     that may be included.