You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docker): add multi-architecture support for Docker images
Add support for linux/amd64, linux/arm64, and linux/arm/v7 architectures in Docker builds. Update CI workflow to use QEMU and build for all target platforms. Documentation has been updated to reflect these changes.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
Minimal HTTP service to download Instagram posts (Reels or regular posts) via a JSON API, built with Flask and Instaloader and packaged as a Docker container.
4
4
5
+
This Docker image is compatible with the following architectures:
6
+
-`linux/amd64` (x86_64)
7
+
-`linux/arm64` (Apple Silicon, Raspberry Pi 4/5)
8
+
-`linux/arm/v7` (Raspberry Pi 3, etc.)
9
+
5
10
## Features
6
11
7
12
-`/scrape` endpoint to download an Instagram post from its URL.
0 commit comments