SAP / project-piper-action

CI/CD tooling for the SAP Ecosystem, integrated with GitHub Actions
38 stars 15 forks source link

Download platform dependant version of piper #203

Open milkotodorov opened 2 months ago

milkotodorov commented 2 months ago

Currently only one platform for piper (linux) is downloaded. If your GitHub Actions runner is for example running on MacOS or Windows, this cannot work.

Could you please make it check the OS type and download the binary accordingly?

This way not only linux based runners will be supported.

milkotodorov commented 2 months ago

Seems an easy task. Please check and merge my PR.