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
On Ubuntu 24.04 / Linux odroid 6.1.11-odroidxu4 #23.02.2 SMP PREEMPT Fri Feb 17 23:44:30 UTC 2023 armv7l armv7l armv7l GNU/Linux
I get the following result:
# docker pull maestraldbx/maestral
Using default tag: latest
latest: Pulling from maestraldbx/maestral
no matching manifest for linux/arm/v7 in the manifest list entries
The Reame-file of the project states:
A Docker image is available for x86, arm/v7 (32bit) and arm64 platforms and can be installed with:
$ docker pull maestraldbx/maestral
So the armv7 image is missing or the Readme is incorrect... Of course, I would prefer the armv7 image... ;-)
The text was updated successfully, but these errors were encountered:
PS: at least for me, building currently fails on armv7 somewhere in the python-cryptography package:
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
error: failed to parse manifest at `/tmp/pip-install-wjigmwk_/cryptography_df05d1bed99f4f11a1e42cc4420afddb/src/rust/Cargo.toml`
Caused by:
invalid type: map, expected a sequence for key `package.authors`
On Ubuntu 24.04 / Linux odroid 6.1.11-odroidxu4 #23.02.2 SMP PREEMPT Fri Feb 17 23:44:30 UTC 2023 armv7l armv7l armv7l GNU/Linux
I get the following result:
The Reame-file of the project states:
So the armv7 image is missing or the Readme is incorrect... Of course, I would prefer the armv7 image... ;-)
The text was updated successfully, but these errors were encountered: