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
Firstly, congrats of the release. It looks great, thank you!
I tried to upgrade from 0.5.5 to 0.6.0 but I get this error from docker when I try to pull the image. It seems like 0.5.5 was built for arm64 but not 0.6.0.
no matching manifest for linux/arm64/v8 in the manifest list entries
Looking at the package I see unknown/unknown which seems odd.
System Information
Device:
Raspberry Pi (specify model, e.g., Raspberry Pi 4 Model B)
@tphakala a easy fix would be to add back my tagging logic: a5e3d4e
which you removed here: 0a042c1
There is no need to rebuild the container each night/release since it has already been built when the commit was merged. We can just add tags to the existing container.
Issue Type
Description
Firstly, congrats of the release. It looks great, thank you!
I tried to upgrade from 0.5.5 to 0.6.0 but I get this error from docker when I try to pull the image. It seems like 0.5.5 was built for arm64 but not 0.6.0.
no matching manifest for linux/arm64/v8 in the manifest list entries
Looking at the package I see
![Screenshot 2025-01-16 at 09 23 10](https://private-user-images.githubusercontent.com/48211/403789904-d1954843-daa3-4e95-9f35-fc428e95fd61.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjQyODMsIm5iZiI6MTczOTQ2Mzk4MywicGF0aCI6Ii80ODIxMS80MDM3ODk5MDQtZDE5NTQ4NDMtZGFhMy00ZTk1LTlmMzUtZmM0MjhlOTVmZDYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MjYyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQxZmE1NWU5YWU2ZGNmNDU3ZGJkYzU0Mzk0OWEzODU1YmJmMGI5YjYwNTBkNDI3YmQ5NmE0ZDM0ZmQ2NDlmOWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.oI6IcDp3lYAh0BHcsbMXOeWbaI_XFe711oVar_DnhLw)
unknown/unknown
which seems odd.System Information
The text was updated successfully, but these errors were encountered: