You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would it be possible to add 32-bit support for a docker container workflow? It seems as simple as just adding an architecture to the workflow file. This would, for example, allow for running sing-box containerized on older mikrotik routers
The text was updated successfully, but these errors were encountered:
I have builded docker image by myself for my hAP ac3 which is running on 7.16rc4 at this moment:
Clone this repo (i am do this to ~/src, but it's don't really matter) $ git clone --recurse-submodules https://github.com/SagerNet/sing-box.git
Navigate to repo directory $ cd sing-box/
Build an image using docker $ docker buildx build -t sing-box-armv7 --no-cache --platform linux/arm/v7 .
Export our image to .tar archive $ docker save sing-box-armv7 -o singbox-armv7-img.tar
then just upload it to your router. i have uploaded directly to my usb which is mounted on my router and use our singbox-armv7-img.tar file instead remote image
it should looks like this in winbox:
you also need to set mount point ("Mounts" property on screenshot above)
hope this can help you to run sing-box on your mikrotik
Hi, would it be possible to add 32-bit support for a docker container workflow? It seems as simple as just adding an architecture to the workflow file. This would, for example, allow for running sing-box containerized on older mikrotik routers
The text was updated successfully, but these errors were encountered: