raiden
raiden copied to clipboard
Find a new solution for ARM builds by Q3 2020
Problem Definition
Since CircleCI doesn't have native support for ARM environments we currently build our ARM releases on ARM VPS' from Scaleway.
Unfortunately they have announced those will reach EoL by end of 2020 (with support already ending in July).
Therefore we need to find another solution.
Possible options:
- AWS EC2 A1 instances (only ARM64)
- Crosscompile via quemu
- Host a couple of ARM boards in one of our offices (e.g. Raspberry PI...)
This is becoming more urgent. The EOL date is approaching fast.
EOL has arrived the Scaleway ARM servers are now deprovisioned.
We decided to deprecate armv7l and aarch64 builds for now, correct?
Well we'll have to fix them at some point but it's not exactly a priority at the moment.