mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-24 12:29:50 -08:00
improve script compatibility (#4132)
This commit is contained in:
parent
0af7bcc6de
commit
c6a54d1229
5 changed files with 7 additions and 7 deletions
|
|
@ -25,13 +25,13 @@ export DOCKERFILE_TEST
|
|||
test:
|
||||
echo "$$DOCKERFILE_TEST" | docker build -q . -f - -t temp --build-arg ARCH=amd64
|
||||
docker run --rm \
|
||||
-v "$(PWD):/s" \
|
||||
-v "$(shell pwd):/s" \
|
||||
temp \
|
||||
make test-nodocker
|
||||
|
||||
test32:
|
||||
echo "$$DOCKERFILE_TEST" | docker build -q . -f - -t temp --build-arg ARCH=i386
|
||||
docker run --rm \
|
||||
-v "$(PWD):/s" \
|
||||
-v "$(shell pwd):/s" \
|
||||
temp \
|
||||
make test-nodocker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue