Skip to content

Commit

Permalink
remove unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jameson2011 committed Jun 11, 2020
1 parent fc775b7 commit 0da8f1f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,19 @@ let publishAndCopy runtime =

Shell.copyDir targetDir sourceDir (fun _ -> true)

Target.create "PublishRuntime-ubuntu-arm" (fun _ -> publishAndCopy "ubuntu-arm")
Target.create "PublishRuntime-ubuntu-arm64" (fun _ -> publishAndCopy "ubuntu-arm64")
Target.create "PublishRuntime-ubuntu-x64" (fun _ -> publishAndCopy "ubuntu-x64")
Target.create "PublishRuntime-win-x86" (fun _ -> publishAndCopy "win-x86")
Target.create "PublishRuntime-win-arm" (fun _ -> publishAndCopy "win-arm")
Target.create "PublishRuntime-linux-arm" (fun _ -> publishAndCopy "linux-arm")
Target.create "PublishRuntime-linux-arm64" (fun _ -> publishAndCopy "linux-arm64")


Target.create "All" ignore

"Clean"
==> "Build"
==> "PublishRuntime-ubuntu-arm"
==> "PublishRuntime-ubuntu-arm64"
==> "PublishRuntime-ubuntu-x64"
==> "PublishRuntime-win-x86"
==> "PublishRuntime-win-arm"
==> "PublishRuntime-linux-arm"
==> "PublishRuntime-linux-arm64"
==> "All"

Expand Down

0 comments on commit 0da8f1f

Please sign in to comment.