mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Make MotionEye docker multiplatform by default #1991
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#1991
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Slyke on GitHub (Jun 15, 2021).
Would it be possible to compile the MotionEye docker image to work on the common ISAs without having to specify the instruction set as a tag?
For example, when pulling this for a Raspberry Pi, you must specify
master-armhfas a tag or it'll pull the x86_64 docker image by default.It's possible to do with the buildx command: https://docs.docker.com/desktop/multi-arch/ but I'm not sure how difficult the implementation would be.
@zagrim commented on GitHub (Jun 15, 2021):
I wonder if this, too, is related to #1897 and the fact that all images are marked as "linux/amd64" regardless of the real target architecture.
@Slyke commented on GitHub (Jun 15, 2021):
@zagrim certainly possible!