You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I maintain the LaluBuntu linux distro (offensive work), and it's relying on packer & github actions for daily builds (docker mostly). We live on latest as it's a rolling distro, and this morning, things broke in the latest github action, any chance you could have a look ? :)
Cheers ! 🌹
I think the problem is that you're attempting to write to an out location that doesn't exist (as listed in your screenshot), but I'm unable to replicate this easily.
Well, that's... Unexpected!
So, my report wasn't full, I thought the command failed as packer wasn't in the current PATH, but it actually is, the missing part was...
Now I wonder why github-action broke this behavior, as writing to stdout isn't too scary.. 🤷
It works on my end with a regular file, would you mind trying with /dev/stdout to see if this can still be reproduced ?
Thanks for the quick response, and have a nice day ! 🌹
Hello there,
I maintain the LaluBuntu linux distro (offensive work), and it's relying on packer & github actions for daily builds (docker mostly). We live on latest as it's a rolling distro, and this morning, things broke in the latest github action, any chance you could have a look ? :)
Cheers ! 🌹
Expected Behavior
packer version
should work :)Current Behavior
packer version
doesn't work anymore :(Steps to Reproduce
Simply add the packer setup workflow
Environment
Have a nice day ! 🌈
The text was updated successfully, but these errors were encountered: