Latest version 4.3.0 wont build on arm64 anymore
# fleet
m
Latest version 4.3.0 wont build on arm64 anymore
t
hi, we are working on support arm64 but for some binaries, not everything. I'm guessing you're trying to run the frontend on an arm?
m
Yea everything on arm
It was working fine
Seems I fixed it, I could see some node-gyp package was trying to do stuff in python2 syntax so I installed python2 and it now builds with no errors on arm oncxe again
t
ah yes, python2 is so popular I sometimes forget about it
m
@Tomas Touceda the strange thing is it built previous versions without me needing to install python2?
t
well, dependencies change over time, both in what we depend on and we update the versions that might cause this kind of thing