Skip to content

Commit 77e1b80

Browse files
committed
WIP
1 parent c7d2cbc commit 77e1b80

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
24+
docker run -t -e RID=$RID --name=$RID $RID --platform=linux/$arch
2525

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

0 commit comments

Comments
 (0)