Closed ugosan closed 11 months ago
I tried to run i2p on my raspberry pi via docker and realized the image was x86 only, so here is a Makefile for building a multi-arch image, it will build two images (currently amd64 and arm64/v8) and then join them under a single mainfest.
amd64
arm64/v8
Just change the TAG and make
make
I tried to run i2p on my raspberry pi via docker and realized the image was x86 only, so here is a Makefile for building a multi-arch image, it will build two images (currently
amd64
andarm64/v8
) and then join them under a single mainfest.Just change the TAG and
make