-
So I have created a github package containing Alpine Linux and a networking app, which is all fun and nice. Thus my github ghcr packaging file looks like this:
So then I pull it on a aarch64 machine (Rpi4).
I expect it to pull the aarch64 version,
[update] This seems more and more a github action issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a github action issue. Solution is to keep to one Dockerfile and using TARGETPLATFORM. I'm marking this as solved. |
Beta Was this translation helpful? Give feedback.
This is a github action issue.
Solution is to keep to one Dockerfile and using TARGETPLATFORM.
https://nielscautaerts.xyz/making-dockerfiles-architecture-independent.html
I'm marking this as solved.