### stacker version b895c90 ### Describe the bug When running build.yaml in a container, the alpine:edge image for aarch64 doesn't seem to compile C-programs properly (see screenshot below). ### To reproduce Simply ran `make` in stacker repo on an ampere server (aarch64). ### Expected behavior Alpine image should be able to build and link C programs in aarch64. ### Screenshots <img width="630" alt="Screenshot 2023-07-05 at 3 56 08 PM" src="https://github.com/project-stacker/stacker/assets/28752598/24e73a4e-f42d-4e45-8a88-a56cef7154a0"> ### Additional context @raharper found a fix which enabled the script to finish and compile all the C programs, I'll submit a pr for this shortly