aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Grote2023-06-19 11:13:27 +0200
committerMichael Grote2023-06-19 11:13:27 +0200
commitf48be9b0af62543527329cdb856b968cbeb6ca02 (patch)
treecfec755fdbe7fbeb859d1235a0cb65b9a620d591 /README.md
parentc64a78a15e4f128d1c149eb26f1a35dfb989c28f (diff)
housekeeping
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 66762bf..0000000
--- a/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# How to build the container
-To build the container make the script executable `chmod +x ./build_image.sh` and run it with one of the desired architectures as first parameter
-```
-sudo ./build_image.sh [x86|arm|arm64]
-```
-If you want to build the container for a platform different to your current run this once before building
-```
-sudo docker run --privileged --rm docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
-```
-The final images are places in the `images` subfolder in the build directory.