From 5b3e2dc6576d955f7aa1b4930dd95b8f60554455 Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Tue, 30 Jan 2024 19:46:47 -0700 Subject: [PATCH] docs: add one-liner for building `aarch64` container image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc9488e..b80dec6 100644 --- a/README.md +++ b/README.md @@ -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**