1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/ci/docker/x86_64-unknown-linux-musl/build
2020-02-20 16:07:51 -05:00

6 lines
129 B
Bash
Executable File

#!/bin/sh
mkdir -p stage
cp ../../ubuntu-install-packages ./stage/
docker build -t burntsushi/cross:x86_64-unknown-linux-musl .