Cannot run on linux/arm/v6?
See original GitHub issue⚠️ Please verify that this bug has NOT been raised before.
- I checked and didn’t find similar issue
🛡️ Security Policy
- I agree to have read this project Security Policy
📝 Describe your problem
I can’t seem to get it running on my Raspberry Pi Zero W. I get the below message.
$ docker volume create uptime-kuma
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
uptime-kuma
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm/v6) and no specific platform was requested
1aade93579b7bc0bf20759fdbdccb411a28d0cbe98c91a0010d77d41f20fe5e8
🐻 Uptime-Kuma Version
1.12.1
💻 Operating System and Arch
Raspbian GNU/Linux 11 (bullseye)
🌐 Browser
Firefox 98.0
🐋 Docker Version
20.10.13
🟩 NodeJS Version
16.14.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
[Solved] How do I prove I am generating ARMv6 code
I am using Cython and Cython3 to convert a Python program into C and then into '.so' libraries so they can be distributed...
Read more >Incorrect cross compiling to ARMv6 in Go project
I'm trying to cross compile a Go program for the armv6l architecture, specifically to get it running on a Raspberry Pi Zero W....
Read more >Installing PowerShell on Raspberry Pi OS - Microsoft Learn
Information about installing PowerShell on Raspberry Pi OS.
Read more >Run UBOS in an ARMv6 Linux container (e.g. Raspberry Pi ...
If you already run Linux on an ARMv6-based device such as the original Raspberry Pi, you can run UBOS in a Linux container...
Read more >Run armv6 software on raspberry pi 2
Yes, in fact all of the software from Raspbian except the kernel falls into this category (i.e., the entire userland).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ops, since SQLite is using a native library which also does not provide armv6.
So it is very hard to use Uptime Kuma on armv6 platform right now, unless you know how to compile node-sqlite3 to armv6.
@louislam ok thanks.