mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
It looks like the default docker image used by cross doesn't have wget installed. This causes builds to fail. This can be fixed by switching to curl. ## Issue Addressed cross-compiling was broken (at least for build-aarch64) ## Proposed Changes swap wget for curl