Skip to content

Commit 0d1b415

Browse files
Added multi-platform docker image
1 parent 481aac7 commit 0d1b415

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ $ docker run \
123123
redskiesreaperr/notion-igdb-autocomplete:latest
124124
```
125125

126+
## Build a release image
127+
```bash
128+
$ docker build \
129+
--platform linux/386,linux/amd64,linux/arm,linux/arm64 \
130+
-t image:tag \
131+
.
132+
```
133+
126134
## Dependencies
127135
Thanks to all the authors who created and maintains the following packages:
128136
- [agnivade/levenshtein](github.com/agnivade/levenshtein)

0 commit comments

Comments
 (0)