Closed jacksongoode closed 4 months ago
I'd suggest we use cross to build for multiple architectures.
Thanks, I'll give it a go, this initial PR was just a stab in the dark.
@Insprill If you have any experience with cross
, I'd be happy for your help. It seems there are some issues with packages needed to be installed for each architecture.
@Insprill Took long enough... anyways let me know if you have any suggestions with the current implementation. One thing I removed was the cargo test
. We could add that back as an independent job if you think its useful but because the Linux builds are happening in Docker images (for now until arm runners are public), we would have to install the dependencies twice.
@Insprill I'm going to go ahead since I can't see any major consequence. We can add back the test if we'd like in a later PR.
I'd suggest we use cross to build for multiple architectures.