From 0d1b4158b86688fa235b408d946aa7a4a729ef82 Mon Sep 17 00:00:00 2001 From: RedSkiesReaperr Date: Thu, 5 Sep 2024 19:55:36 +0200 Subject: [PATCH] Added multi-platform docker image --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5905ce6..a9e8cdc 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,14 @@ $ docker run \ redskiesreaperr/notion-igdb-autocomplete:latest ``` +## Build a release image +```bash +$ docker build \ + --platform linux/386,linux/amd64,linux/arm,linux/arm64 \ + -t image:tag \ + . +``` + ## Dependencies Thanks to all the authors who created and maintains the following packages: - [agnivade/levenshtein](github.com/agnivade/levenshtein)