question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

📝 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:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
louislamcommented, Mar 16, 2022

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.

0reactions
petebockencommented, Mar 16, 2022

@louislam ok thanks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found