Skip to content

Commit

Permalink
docs: add one-liner for building aarch64 container image
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Jan 31, 2024
1 parent 310a305 commit 5b3e2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ To build an `aarch64` (a.k.a `ARM64`/`armv8`/`arm64v8`) image, follow the instru

When generating a dotenv file, the generator script will detect your CPU architecture (`x86_64` or `aarch64`) so you automatically pull the proper image when using the deployment scripts in `./support/scripts/`.

Note to self: Use this command to build an `aarch64` image: `docker build -t arcanemachine/phoenix-quiz-game:aarch64 .`

###### Running a Basic Phoenix Container

**Using a Locally-Built Image**
Expand Down

0 comments on commit 5b3e2dc

Please # to comment.