Skip to content

Commit

Permalink
Added multi-platform docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSkiesReaperr committed Sep 5, 2024
1 parent 481aac7 commit 0d1b415
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d1b415

Please sign in to comment.