Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 608 Bytes

PowerShell Core

Run PowerShell Core in a Linux Container.

Supported Platforms

  • linux/amd64
  • linux/arm/v7
  • linux/arm64

Build Commands

.\build <psver>

This will connect to the PowerShell Github Release Repository to download the release specified in <psver>. You must enter the version as it appears on this page.

Parameters

<psver> the PowerShell version. Required

Examples

Build PowerShell version 6.2.2 container

.\build 6.2.2

Build PowerShell version 7 Preview 2 container

.\build 7.0.0-preview.2