Skip to content

Commit ba0d199

Browse files
committed
ci: move dockerfiles to a subdirectory
1 parent d6ab812 commit ba0d199

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

dockerbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ else
1414
fi
1515

1616
if [[ $RID == linux-musl* ]]; then
17-
dockerfile="Dockerfile.linux-musl"
17+
dockerfile="docker/musl"
1818
else
19-
dockerfile="Dockerfile.linux"
19+
dockerfile="docker/linux"
2020
fi
2121

2222
docker buildx build -t $RID -f $dockerfile --build-arg ARCH=$arch .

0 commit comments

Comments
 (0)