solo-io / packer-plugin-arm-image

Packer plugin for ARM images
Apache License 2.0
425 stars 104 forks source link

fix: enable parallel builds by suffixing binfmt registration #154

Closed mmalecki closed 1 year ago

mmalecki commented 1 year ago

Previously we've registered a binfmt handler with a static name. When attempting to run > 1 build in parallel, that led to a race for the registration, with the loser of the race left with a failed build altogether.

Append a random suffix to our registration name to fix this behavior.

solo-build-bot[bot] commented 1 year ago

Waiting for approval from someone in the solo-io org to start testing.