Only build armv7 on official releases #1732
Reference in New Issue
Block a user
Delete Branch "zachgoll/only-build-for-armv7-on-releases"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We currently build Docker images for
linux/arm/v7, which allows support for some of the older Raspberry Pi models and a few other devices.This build consumes a large majority of our build minutes and has recently started causing some sporadic segfault/memory errors on GH actions.
This PR makes a change that only builds the
arm/v7image for each release. Given that most Pis are 64bit at this point, this is a tradeoff that we have to make to optimize for faster builds and getting fixes out to users quicker.