1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/ci/docker/i686-unknown-linux-gnu/build

6 lines
126 B
Plaintext
Raw Normal View History

2020-02-19 01:15:30 +02:00
#!/bin/sh
mkdir -p stage
cp ../../ubuntu-install-packages ./stage/
docker build -t burntsushi/cross:i686-unknown-linux-gnu .