lus / pasty

pasty is a fast and lightweight code pasting server
https://pasty.lus.pm
MIT License
200 stars 28 forks source link

Support for arm #59

Closed batuhantrkgl closed 10 months ago

batuhantrkgl commented 10 months ago

" docker: no matching manifest for linux/arm/v7 in the manifest list entries. "

it would be great if we can run it on arm devices.

lus commented 10 months ago

Hello! Thank you for your suggestion. This issue only affects armv7 (32-bit), correct? I will have a look into how well we can support 32-bit architectures, but it shouldn't be a big problem as far as I can see.

batuhantrkgl commented 10 months ago

Yeah! it only effects armv7 devices i guess.

Thanks for your hard-working too!

lus commented 10 months ago

Hello again. I have added the linux/arm/v7 architecture to the Docker workflow and the latest image indicates that it now includes a manifest entry for this arch. I only did this for the develop branch for now, so you would need to pull ghcr.io/lus/pasty:staging or ghcr.io/lus/pasty:2d54aba.

Please give me a quick feedback if this fixes your issue :)

batuhantrkgl commented 10 months ago

Hey! it seems working great right now, thanks for your hard-work.

it loads normally, saves the page (a.k.a pasted content).

Should i try anything other?

image image

lus commented 10 months ago

Looks good, I will close this issue then. If you encounter any further problems feel free to open another issue :)