From: Oleksandr Tymoshenko Date: Thu, 6 Aug 2020 04:58:39 +0000 (+0300) Subject: Fix Docker cross-build command (#40433) X-Git-Tag: submit/tizen/20210909.063632~6188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=370aba46e74102cfbaf269d7bd6733e22b8c9afe;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix Docker cross-build command (#40433) --- diff --git a/docs/workflow/requirements/freebsd-requirements.md b/docs/workflow/requirements/freebsd-requirements.md index 59b3c64..66e50ec 100644 --- a/docs/workflow/requirements/freebsd-requirements.md +++ b/docs/workflow/requirements/freebsd-requirements.md @@ -21,7 +21,7 @@ with all needed prerequisites to build. As the example bellow may become stale, ```sh TAG=mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-11-20200430154008-a84b0d2 -docker run --rm --volume $(pwd):$(pwd) --workdir $(pwd) --env ROOTFS_DIR=/crossrootfs/x64 -ti $TAG ./build.sh -cross -FreeBSD +docker run --rm --volume $(pwd):$(pwd) --workdir $(pwd) --env ROOTFS_DIR=/crossrootfs/x64 -ti $TAG ./build.sh -cross -os FreeBSD ``` Build using Toolchain Setup