Ryan

Results 135 comments of Ryan

> I think that's fair @CatTheHacker . If possible, I would like to see another Small image with essential Unix tools such as `sudo`, `curl`, `awk`, etc. @gvolpe that's not...

Ok, so I've been thinking a bit and came up with this - Micro image: current `node:12.6-buster-slim` (we could build upon that image to add below image env vars but...

@xloem - What modification? - https://github.com/nektos/act#use-an-alternative-runner-image

> How do I build a complete docker github workflow image? It's just not possible due to the way how Docker works. See https://github.com/actions/virtual-environments/discussions/2320#discussioncomment-328445 > way to run a custom...

@killthekitten You are using `python:3.8.5` according to your log. To get default image survey, `.actrc` cannot exist in `~`, `~/.config/` and current directory where `act` is run or you can...

> unless `--container-architecture` is specified, the architecture used by a run of act should be the host architecture (in my case, amd64) it's the current `act` behaviour

The only thing that might not be working properly is finding/removing image to use, since one tag cannot point to 2 different docker images it's doing hacky thing to remove...

well, since `act` doesn't specify which architecture to use and it doesn't know which to run, it doesn't remove the image which is incorrect, so if there is one with...

mhm, weird thing for some reason linter really wants to run in `linux/arm64` 🤔