Skip to content

Commit 00251b1

Browse files
authored
docs(digital_ocean): add note regarding builds (#312)
1 parent cdf6180 commit 00251b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/docs/deploy/digital-ocean-app-platform.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ docker build build \
8484

8585
This command will build the Docker image on your machine and can take up to a few minutes.
8686

87+
:::caution
88+
Since this step requires building an image on your own hardware make sure the image is compatible with the hardware used by Digital Ocean before proceeding.
89+
90+
For example, if you build on an M1 CPU, the generated image will not be able to run on an Intel CPU.
91+
:::
92+
93+
:::info
94+
We recommend using an automated workflow via GitHub Actions to automate deployments and ensure a consistent environment when building your image.
95+
:::
96+
8797
3. Push the image to Container Registry by running:
8898

8999
```bash

0 commit comments

Comments
 (0)