Add Linux arm build to CI and release - #1345
Conversation
|
The cache in |
Good catch. More problematically, it seems like the setup-cmake action is not smart enough to download an arm binary of CMake: We'll need to switch to manually installing the desired version of CMake instead. |
|
Could we fix that action? Might not be too hard. |
There has been nothing merged to that repo in over a year and there are 2 existing attempts to add support that both ran into issues (jwlawson/actions-setup-cmake#74 and jwlawson/actions-setup-cmake#78). I went ahead and switched to a simple curl download instead. The only downside is that we have to manually maintain what |
6bd3ee4 to
6bb828a
Compare
6bb828a to
fba0c48
Compare
|
Ok that seems like a better option. |
Prashanth Mundkur (pmundkur)
left a comment
There was a problem hiding this comment.
Nice!
Now that there is a Linux Arm build of the Sail compiler, we should release one of the model too. This helps when running a Linux docker image on an Arm (Apple Silicon) Mac.