mirror of
https://github.com/FliegendeWurst/raspi-oled.git
synced 2024-11-28 21:15:54 +00:00
7 lines
183 B
Bash
7 lines
183 B
Bash
|
#! /bin/sh
|
||
|
docker run \
|
||
|
--volume $PWD:/home/cross/project \
|
||
|
--volume $HOME/.cargo/registry:/home/cross/.cargo/registry \
|
||
|
ragnaroek/rust-raspberry:1.39.0 \
|
||
|
build --release
|