UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Test workflow run on both amd64 and arm64 version of the image #89

Open patrick-5546 opened 1 year ago

patrick-5546 commented 1 year ago

Purpose

Ensure that the changes we make will work on both amd64 (e.g. windows laptop) and arm64 (e.g. RPi, Apple laptop) computer architectures

Potential Solutions

Copied from https://github.com/UBCSailbot/sailbot_workspace/pull/79#issuecomment-1399197944

patrick-5546 commented 1 year ago

Shouldn't be a big deal; if an x86 only dependency is added the build images workflow will fail. Manual option is to run tests on RPi regularly.