A build environment for iNavFlight using the arm build toolchain for Docker
2.8K
This docker image is intended to provide a full build environment for iNav Flight and is hosted on DockerHub.
The image contains the latest arm build toolchain.
docker pull flyandi/docker-inav
docker pull flyandi/docker-inav
git clone https://github.com/iNavFlight/inav
cd inav/
docker run --rm -v `pwd`:/home/src/ flyandi/docker-inav make TARGET=OMNIBUSF4V3
GitLab CI:
stages:
-build
build:
stage: build
image: flyandi/docker-inav
script:
- git clone https://github.com/iNavFlight/inav
- cd inav/
- docker run --rm -v `pwd`:/home/src/ flyandi/inav make TARGET=OMNIBUSF4V3
artifacts:
paths:
- ./inav/obj
expire_in: 1 day
Content type
Image
Digest
Size
407.5 MB
Last updated
almost 9 years ago
docker pull flyandi/docker-inav