Skip to content

Commit 2ef65ae

Browse files
committed
Added ARM64 support
1 parent 1707fc7 commit 2ef65ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-edge/tutorial-node-module.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ IoT Edge does not support Node.js modules using Windows containers.
4040

4141
Use the following table to understand your options for developing and deploying Node.js modules:
4242

43-
| Node.js | Visual Studio Code | Visual Studio 2017/2019 |
43+
| Node.js | Visual Studio Code | Visual Studio 2022 |
4444
| - | ------------------ | ------------------ |
4545
| **Linux AMD64** | ![Use VS Code for Node.js modules on Linux AMD64](./media/tutorial-c-module/green-check.png) | |
4646
| **Linux ARM32** | ![Use VS Code for Node.js modules on Linux ARM32](./media/tutorial-c-module/green-check.png) | |
47+
| **Linux ARM64** | ![Use VS Code for Node.js modules on Linux ARM64](./media/tutorial-c-module/green-check.png) | |
4748

4849
Before beginning this tutorial, you should have gone through the previous tutorial to set up your development environment for Linux container development: [Develop IoT Edge modules using Linux containers](tutorial-develop-for-linux.md). By completing that tutorial, you should have the following prerequisites in place:
4950

0 commit comments

Comments
 (0)