mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
253 B
8 lines
253 B
# SCRIPT_DIR="$(readlink $(dirname "${BASH_SOURCE[0]}"))"
|
|
SCRIPT_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))
|
|
docker run \
|
|
--rm \
|
|
--privileged \
|
|
-v /dev:/dev \
|
|
-v ${SCRIPT_DIR}:/build \
|
|
mkaczanowski/packer-builder-arm build raspberrypi.json
|
|
|