kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions on multiple os

slawekjaranowski opened this issue · comments

Is this a request for help?: no


Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST

What happened:
GitHub Actions only use linux for build - is it intensional?

What you expected to happen:
use linux, windows and macos

Anything else we need to know:
If no objection I can try to do it ....

For PR build linux/windows/macos were used for pull requests. I've disabled the macos runner because they where unstable and testing the Gitlab integration failed regularly. On main the build is done on linux only because from my point of view the resulting jar would be exacly the same.

An action point i see is to reevaluate if macos runner are still blocked by Github, or exclude tests using Github API.