Skip to content

Commit b1c0246

Browse files
committed
WIP
1 parent 77e1b80 commit b1c0246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
docker buildx build -t $RID -f $dockerfile --platform=linux/$arch --build-arg ARCH=$arch .
2323

24-
docker run -t -e RID=$RID --name=$RID $RID --platform=linux/$arch
24+
docker run -t -e RID=$RID --name=$RID --platform=linux/$arch $RID
2525

2626
docker cp $RID:/nativebinaries/nuget.package/runtimes nuget.package
2727

0 commit comments

Comments
 (0)