InfiniTime/docker
Finlay Davidson 4482078d84 Downgrade GNU Arm Toolchain to 10.3-2021.10
This is because of this bug:
https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52623/gcc-11-2-arm-none-eabi-internal-compiler-error-illegal-instruction
It is causing some of the GitHub Actions builds to fail.
2022-07-08 17:18:21 +07:00
..
.gitpod.Dockerfile docker: add git system package to image 2021-05-14 01:07:32 +07:00
Dockerfile The main build workflow for GitHub Actions now uses the infinitime-build docker image to build the firmware. This allows to avoid the duplication of the build logic in Docker and Github workflow format. 2022-05-26 11:35:25 +07:00
README.md Add doc about Docker image. 2020-08-19 16:01:01 +07:00
build.sh Downgrade GNU Arm Toolchain to 10.3-2021.10 2022-07-08 17:18:21 +07:00
post_build.sh.in The main build workflow for GitHub Actions now uses the infinitime-build docker image to build the firmware. This allows to avoid the duplication of the build logic in Docker and Github workflow format. 2022-05-26 11:35:25 +07:00

README.md

Docker images and build script for building the project using Docker. See this page for more info.