From d0c543985aec085309639850ae332a9804a7bfa2 Mon Sep 17 00:00:00 2001 From: Suhaib Date: Sat, 12 Oct 2024 21:38:29 -0700 Subject: [PATCH] Support for both amd64 and arm64 architectures in docker --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dad46b..6a525e0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,13 @@ SMQ will start running on port 8097 by default. However, you can customize the b ### Using Docker ```bash -docker run suhaibinator/smq:latestamd64 +docker run suhaibinator/smq:latest-amd64 +``` + +or + +```bash +docker run suhaibinator/smq:latest-arm64 ``` ### Command-Line Flags