technorabilia / portainer-tools

Various Portainer Tools
GNU General Public License v3.0
9 stars 3 forks source link

ARM64 Portation #3

Closed zackmuc closed 1 year ago

zackmuc commented 1 year ago

Is it possible to port it to ARM64 for Raspberry Pi?

technorabilia commented 1 year ago

It is not available by default, but maybe you can build your own image by replacing this line by: FROM arm64v8/python:3.9-slim

I'm not familiar with arm64, but I think this is how it is suppose to work.

zackmuc commented 1 year ago

Got it to work. also had to change AMD64 to AARCH64 in the file