Skip to content

Commit b7861f5

Browse files
committed
ci: move dockerfiles to a subdirectory
1 parent a000236 commit b7861f5

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
@@ -19,9 +19,9 @@ else
1919
fi
2020

2121
if [[ $RID == linux-musl* ]]; then
22-
dockerfile="Dockerfile.linux-musl"
22+
dockerfile="docker/musl"
2323
else
24-
dockerfile="Dockerfile.linux"
24+
dockerfile="docker/linux"
2525
fi
2626

2727
docker buildx build -t $RID -f $dockerfile --build-arg ARCH=$arch --build-arg ALPINE_VERSION=$alpineVersion .

0 commit comments

Comments
 (0)