Skip to content

Conversation

@SteveL-MSFT
Copy link
Member

Although Raspbian supports .deb pkgs, the creation of a deb pkg needs to happen on an actual R-Pi device. Next best thing for now is to produce a .tar.gz pkg making it easier to deploy PowerShell on R-Pi.

Not sure if any other files need to be updated so we have a preview release of R-Pi support with 6.0.0-RC.


# Ubuntu, CentOS, Fedora, macOS, and Windows packages are supported
[ValidateSet("deb", "osxpkg", "rpm", "msi", "zip", "AppImage", "nupkg", "tar")]
[ValidateSet("deb", "osxpkg", "rpm", "msi", "zip", "AppImage", "nupkg", "tar", "tar-arm")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are comments about deb-arm right below the parameter block, please update or remove them if they are not applicable anymore.

Copy link
Member Author

@SteveL-MSFT SteveL-MSFT Nov 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove as you can only build a deb package on a R-Pi itself.

@SteveL-MSFT SteveL-MSFT added this to the 6.0.0-RC milestone Nov 9, 2017
@daxian-dbw daxian-dbw merged commit 8b42e17 into PowerShell:master Nov 9, 2017
@SteveL-MSFT SteveL-MSFT deleted the tar-arm32 branch November 9, 2017 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants