This repository has been archived on 2024-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Michael Grote 295b8cfdec add new version 2023-06-10 10:01:06 +02:00
.drone.yml ci: fix platforms 2023-06-08 14:32:13 +02:00
Dockerfile add new version 2023-06-10 10:01:06 +02:00
README.md add new version 2023-06-10 10:01:06 +02:00
build_image.sh add new version 2023-06-10 10:01:06 +02:00
mdns-repeater.c Push all work to master 2022-07-05 08:20:32 +02:00
mikrotik-setup-script.rsc add new version 2023-06-10 10:01:06 +02:00
run.sh add new version 2023-06-10 10:01:06 +02:00

README.md

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.