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
[...]
- name: Checkout
uses: actions/checkout@v4
- name: Setup `packer`
uses: hashicorp/setup-packer@main
id: setup
env:
PACKER_LOG: "0"
PRODUCT_VERSION: latest
Environment
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 versionshould work :)Current Behavior
packer versiondoesn't work anymore :(Steps to Reproduce
Simply add the packer setup workflow
Environment
Have a nice day ! 🌈