feat: Add yq to act (#117)

* feat: update install script

* fix: revert toolset path

Since there's a lot of hard-coded references to this path.

* feat: Adds yq script

Unlike upstream we detect the arch suffix here.

* feat: include yq in act and custom flavors

* fix: include armhf in supported arch for act.yml

* fix: PR feedback, don't need to install twice for custom
This commit is contained in:
Robin van Boven
2023-11-19 19:59:49 +01:00
committed by GitHub
parent c37123c140
commit ec09e6e85f
4 changed files with 237 additions and 41 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ case "$(uname -m)" in
dotnet
)
;;
'x86_64')
'x86_64')
scripts=(
basic
gh