-
From an x64 machine,
```
$ docker run -it --rm --pull always docker.io/arm64v8/debian
Error: choosing an image from manifest list docker://arm64v8/debian:latest: no image found in image index for…
-
I am running node red in a docker container and when I start I get the following:
1 Dec 17:28:45 - [info] Starting flows
1 Dec 17:28:45 - [info] Started flows
noble warning: adapter state unautho…
-
i need to build my project to use it on raspberry pi zero w (armv6)
sourire@sourire:~/daemon/pkg-binaries$ ./build.sh
1) arm32v6
2) arm32v7
3) arm64
Architecture: >1
1) Node 12 LTS (Erbium…
-
Add `node-red` user to `dailout` group by default instead of node-red group.
From [Debian Wiki](https://wiki.debian.org/SystemGroups):
>dialout: Full and direct access to serial ports. Members of …
-
### SupportedLinuxPlatforms_IsSupportedIsTrue
It is also failing on helix for linux-armv6:
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-21c09676325046298…
-
- Gitea version (or commit ref): 14e718695a999be199b61b57d60e9760d70ef439 (onwards)
- Git version: not relevant
- Operating system: docker on macOS for arm32v6/v7 cross build
- Database (use `[x]`)…
-
As there's absolutely no way to have deterministic builds of Docker images 😭, we need to figure out the best way forward.
Our images need to be build in 2-3 architectures: `amd64`, `arm32v6` and/or…
-
Does this work on a Pi Zero W? I'm running a Homebridge image on a Pi Zero W and get this when trying to start the docker:
```
WARNING: The requested image's platform (linux/arm/v7) does not matc…
-
I have started my container with the following:
docker run -d --restart always --privileged -v /etc/localtime:/etc/localtime -v /opt/petfeedd.db:/petfeedd/petfeedd.db -v /etc/petfeedd.conf:/petfeed…
-
How build static for armv6???
build_static_release 2.4.0 arm32v6 return error
=> ERROR [build 3/10] RUN apk add --no-cache wget cmake make gcc g++ linux-headers zlib-dev openssl-dev …