sebastien-perpignane
sebastien-perpignane
Hi, See this: https://github.com/nektos/act/issues/2561#issuecomment-2530509909 Not sure it will solve your issue but at least, the syntax for the `--container-architecture` option will be the one expected :)
> First issue was that I didn't know which file to download since I didn't know what the difference between them was. Took me a while to figure out it...
@TheFabulousDeath > don't you think that's exactly why you would think that it is perfectly clear? Hehe honestly, no :) I think it is perfectly clear because I read lot...
Hey, Try this maybe: `docker ps -a --filter volume=act-Build-Process-run-test-suite-898315f0e00f8ddda9d4f14d4a139d00e0b979c90a05c3b0826ed0c4b5a471a4` It should let you know which container is using the volume. Then you should be able to remove the container using...
Hi, I think that's because `act` expects workflow yaml files in .github/workflows/ directory, not action yaml files. As the log says, "DEBU[0000] Reading **workflow** '/Users/mau/Dev/openpilot/.github/workflows/auto-cache/action.yaml' " I think you should...
Hi @ChristopherHX Do you think that some code change ignoring yaml files named "action" in .github/workflows would be a correct fix ?
Hi, How do you know it is related to IP v6 ? What kind of error do you get ? Are you using setup-java to install the azul jdk ?...