buildpacks / ci

CI configuration for Cloud Native Buildpacks
https://ci.buildpacks.io
Apache License 2.0
9 stars 2 forks source link

Add/host terraform templates for creating ARM 64, ARM v7 and M1 runners #23

Open dfreilich opened 3 years ago

dfreilich commented 3 years ago

Pack has two outstanding issues (https://github.com/buildpacks/pack/issues/907 and https://github.com/buildpacks/pack/issues/1003) for cross-compiling to arm64, arm v7, and Apple Silicon. Ideally, we wouldn't want to cross-compile them without testing them on their respective architectures (I assume that's the case?), so best case would be to have hosted runners we can test our PRs and releases against.

dfreilich commented 3 years ago

M1 is blocked on this (no github actions support for M1 runner yet): https://github.com/actions/runner/issues/805