18 Commits

Author SHA1 Message Date
Jakub Panek e2f8efe464 fix: add docker engine because missing group 2026-02-04 01:40:15 +01:00
Jakub Panek 3eba278c62 fix: shell language so good 2026-02-04 00:47:34 +01:00
Jakub Panek f9df13bfac fix: use v22 on armv7l instead 2026-01-24 02:40:44 +01:00
Jakub Panek 9bf5e40138 fix: update nodejs 2026-01-24 01:37:02 +01:00
ChristopherHX c8a0963004 move tools out of /opt/hostedtoolcache due it beeing a mounted volume (#121)
We can define ACT_TOOLSDIRECTORY back to /opt/hostedtoolcache to revert this
2024-01-30 22:22:39 +01:00
Robin van Boven ec09e6e85f 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
2023-11-19 19:59:49 +01:00
ChristopherHX c37123c140 fix: toolsets url - current 20231115
images are broken

* GitHub renamed the linux folder of their repo to ubuntu
2023-11-19 14:31:12 +00:00
Andrew Vaughan 0037a6d5ce Remove RSA restriction from SSH (#116) 2023-10-22 14:12:51 +02:00
Jacob Emmert-Aronson a38c4d38b3 Add pip, venv, and pipx to act image (#74)
This dramatically improves the experience of running python-based
actions workflows.  It adds roughly 7MB of space to the Ubuntu 20.04
image and 22MB to Ubuntu 22.04.

resolves: #61

Co-authored-by: ChristopherHX <christopher.homberger@web.de>
2023-09-18 21:16:44 +02:00
MakKi (makki_d) a1893c9cbc git config safe.directory for act (#108) 2023-09-15 20:55:51 +02:00
Rene Leonhardt 284416fdf8 Install Node.js 16 and 18 by default (and 20 additionally) (#98)
* Install Node.js 16 and 18 by default (and 20 additionally)

* Use caching for go test
2023-07-27 14:31:50 +02:00
R 4c25622176 use wget 2023-05-15 21:01:21 +02:00
R d161d68117 update node download 2023-05-15 21:00:50 +02:00
Ryan 8a28983c20 feat: ubuntu-2204 (#52)
* feat: ubuntu-2204
* remove unnecessary git-lfs install
2022-04-21 22:29:27 +02:00
Ryan 343ae52a8b add arm64/armhf for 18.04, replace git{,-lfs} (#51) 2022-03-05 04:22:34 +01:00
Ryan 2615f18d2a Update images
- replace shell script with pwsh
- add more tools from actions/virtual-environments
- fixup pwsh modules installation
- install node 12 and 16 in base
- add node 14 in js-*
- build rust images
- restrict flavours to amd64 only for now
- add helper scripts from actions/virtual-environments
- overhaul build and dockerfile
2022-02-23 20:58:25 +01:00
Erik Sundell 447ca83cfa Make arm64 compatible 2021-08-17 20:10:52 +02:00
Ryan (hackercat) c84f165490 refactor: move to sh scripts (#17) 2021-07-21 10:43:59 +02:00