Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Feature: Add support for arm64 not-a-build-harness #69

Closed
zack-is-cool opened this issue May 19, 2023 · 0 comments · Fixed by #70
Closed

Feature: Add support for arm64 not-a-build-harness #69

zack-is-cool opened this issue May 19, 2023 · 0 comments · Fixed by #70

Comments

@zack-is-cool
Copy link
Member

The need for this feature came around due to iptables not working on emulated amd64 containers, this means that sshuttle won't function. sshuttle uses iptables + nft to configure the tunnel on linux.

I was running into this issue:
multiarch/qemu-user-static#191

After tweaking the dockerfile, I was able to locally build and runnot-a-build-harness as an arm64 container and was able to successfully use sshuttle and iptables commands.

docker buildx build --platform linux/arm64/v8,linux/amd64 -t not-a-build-harness:multiarch . --progress plain
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant