chyroc / icloudgo

Access Apple iCloud via go, go port of pyicloud
Apache License 2.0
87 stars 10 forks source link

no docker arm64 support #12

Closed 1Jo1 closed 6 months ago

1Jo1 commented 6 months ago

when I run the docker image on aarch64 I'm getting this error docker: no matching manifest for linux/arm64/v8 in the manifest list entries

chyroc commented 6 months ago

use 0.20.1, which support linux/arm64/v8

docker pull ghcr.io/chyroc/icloud-photo-cli:0.20.1

1Jo1 commented 6 months ago

thanks it works now :)