Skip to content

Commit d56f6da

Browse files
authored
.
1 parent b4bb01f commit d56f6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
dockerfile="docker/linux"
2525
fi
2626

27-
docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ALPINE_VERSION=$alpineVersion .
27+
docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ARCH=$arch --build-arg ALPINE_VERSION=$alpineVersion .
2828

2929
docker run -t --platform linux/$arch -e RID=$RID --name=$RID $RID
3030

0 commit comments

Comments
 (0)