Skip to content

AiltonFidelix/qt-arm-cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qt cross-compilation for ARM

Docker images for use in the build stage of CI/CD pipelines targeting ARM architecture.

Requirements

  • Docker version 27.5.1
  • Docker buildx version v0.20.0

TODO

  • Implement openssl support on Qt5.15.2-armhf32 image

Build docker image

To build the image run the command below:

docker build . -t <your-image-tag> -f <qt-version>-<architecture>.Dockerfile

Example:

docker build . -t qt5.15.2-aarch64 -f Qt5.15.2-aarch64.Dockerfile

Note: As stated in the TODO section, version Qt5.15.2-armhf32 does not yet implement openssl support.


Created by Ailton Fidelix

Linkedin Badge

About

Qt ARM cross-compilation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published