Skip to content
Snippets Groups Projects
Commit c9b1f0ca authored by Timo Kösters's avatar Timo Kösters
Browse files

Merge branch 'k0gen-master-patch-33282' into 'master'

No need to log out and back in fix

See merge request famedly/conduit!47
parents abe9122d 246e4735
No related branches found
No related tags found
No related merge requests found
Install docker: Install docker:
```
$ sudo apt install docker $ sudo apt install docker
$ sudo usermod -aG docker $USER $ sudo usermod -aG docker $USER
$ exec sudo su -l $USER
Then log out and back in.
$ sudo systemctl start docker $ sudo systemctl start docker
$ cargo install cross $ cargo install cross
$ cross build --release --features tls_vendored --target armv7-unknown-linux-musleabihf $ cross build --release --features tls_vendored --target armv7-unknown-linux-musleabihf
```
The cross-compiled binary is at target/armv7-unknown-linux-musleabihf/release/conduit The cross-compiled binary is at target/armv7-unknown-linux-musleabihf/release/conduit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment