try arm build

This commit is contained in:
Richard Smith 2024-06-09 02:49:58 +01:00
parent 17fa75ee6d
commit a9b7440bf4

View file

@ -7,8 +7,8 @@ pi_task:
arm_container:
image: dtcooper/raspberrypi-os:python-bullseye
setup_script:
- sudo apt update
- sudo apt install cmake
- apt update
- apt install cmake
build_raylib_script:
- git submodule update --init --recursive
- cd raylib-c