You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: decisioncenter/webhooknotifier/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,12 @@ This NodeJS sample code will be packaged in two docker images.
35
35
```bash
36
36
docker-compose build
37
37
```
38
-
> Note: The docker-compose build command will produce images based on your local machine’s architecture. If you plan to deploy this sample on a Kubernetes cluster, ensure the target environment uses the same architecture (e.g., x86_64 vs. arm64) to avoid compatibility issues. You may also need to specify a platform explicitly if building for a different architecture.
38
+
39
+
> Note: The docker-compose build command will produce images based on your local machine’s architecture. If you plan to deploy this sample on a Kubernetes cluster, ensure the target environment uses the same architecture (e.g., amd64 vs. arm64) to avoid compatibility issues. You may also need to specify a platform explicitly if building for a different architecture.
40
+
> For instance, you can make sure that the images are built for the `amd64` architecture by running:
0 commit comments