tests - fix Linux dockerfile path

This commit is contained in:
bunkerity 2022-07-18 15:09:37 +02:00
parent 0a09f8a750
commit 8062d043c1
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function gen_package() {
function build_image() {
mode="$1"
linux="$2"
do_and_check_cmd docker build -t "bw-${linux}" --build-arg "target=${mode}" -f "./Dockerfile-${linux}" .
do_and_check_cmd docker build -t "bw-${linux}" --build-arg "target=${mode}" -f "./tests/Dockerfile-${linux}" .
}
echo "Linux tests"