From 235bd11a376203a1d302edaeb98c19a6794847d1 Mon Sep 17 00:00:00 2001 From: "E.T" Date: Fri, 26 May 2023 14:37:32 +0200 Subject: [PATCH] Add instuction on how to create the docker container on an arm system --- Compile-firmware.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compile-firmware.md b/Compile-firmware.md index 6195fdf..3e4491f 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -43,6 +43,8 @@ _Note: You need to make sure you have also cloned the hackrf folder. to do that Open up a terminal in the root of the cloned git repo and run: ```docker build -t portapack-dev -f dockerfile-nogit . ``` +_(the image only works on x86 systems, if you are running docker on an arm system, as a workaround, you can get it build and run an amd64 image but it will run in x86 emulation and will be slow. To make the amd64 image use: ```docker build --platform linux/amd64 -t portapack-dev -f dockerfile-nogit . ```)_ + After its built the docker image, go back to docker and you should see this screen under images ![image](https://user-images.githubusercontent.com/4393979/159808543-bac63e5f-8fe3-48af-a469-f940e4690767.png)