buildpacks / pack

CLI for building apps using Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
2.47k stars 279 forks source link

Building darwin arm64 binaries by default on CI and amd64 during releases #2166

Closed jjbustamante closed 1 month ago

jjbustamante commented 1 month ago

Summary

By default we will built darwin/arm64 binaries during CI and darwing/amd64 binaries during release, because the new macos runner is based on arm architecture

Output

Before

This is a image from our last PR before releasing 0.34.0-rc1 the macos binary is actually an arm64 binary instead of amd64

Screenshot 2024-05-24 at 10 40 41 AM

After

Now, we actually saved the binary as arm64 and the amd64 will be built later

Screenshot 2024-05-24 at 10 39 05 AM

Documentation

Related

Resolves #2167