mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p stage
|
|
cp ../../ubuntu-install-packages ./stage/
|
|
docker build -t burntsushi/cross:arm-unknown-linux-gnueabihf .
|