Skip to content

Commit

Permalink
Merge pull request #93 from digitalocean/additional-guidance-arch-spe…
Browse files Browse the repository at this point in the history
…cific-components

README.md: added more detail on architecture flag caveat
  • Loading branch information
jgannondo authored Mar 13, 2020
2 parents 566fd87 + 0b65615 commit 28849bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ The following software packages are necessary for the initial configuration of n

## Caveats

Avoid building architecture specific components into your 1-Click App, as your App may be run by DigitalOcean customers across a variety of operating systems and underlying hypervisors.
Avoid building architecture specific components into your 1-Click App, as your App may be run by DigitalOcean customers across a variety of operating systems and underlying hypervisors. You should use generic machine architecture to ensure consistent use across all infrastructure.

For example, avoid building ruby gems with native extensions as the underlying machine architecture may use flags that don't exist across all hypervisors.

0 comments on commit 28849bb

Please sign in to comment.