cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 238 forks source link

Can you compile several spec files at once? #110

Closed cpainchaud closed 3 years ago

cpainchaud commented 3 years ago

I have a folder with several .spec files but only first one is built! others are ignored!

TheTechRobo commented 3 years ago

In theory you could make multiple Actions.

cpainchaud commented 3 years ago

Hi, yes it's what I am doing but it's adding some sort of overhead as it's spawning the environment several times and I have to edit the action yaml file to add a paragraph for each of them. I am probably going to write a an 'action file' generator which will be updated by another action ....