mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
13 lines
235 B
Bash
Executable File
13 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd other/docker/windows
|
|
|
|
docker build \
|
|
--build-arg SUPPORT_ARCH_i686=${SUPPORT_ARCH_i686} \
|
|
--build-arg SUPPORT_ARCH_x86_64=${SUPPORT_ARCH_x86_64} \
|
|
--build-arg SUPPORT_TEST=${SUPPORT_TEST} \
|
|
-t toxcore \
|
|
.
|
|
|
|
cd -
|