Skip to content

bitxeno/gha-ubuntu-cross

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Action for Cross-Compile Support on Ubuntu

CI

Description

  • Requires AMD64 Ubuntu 18.04, 20.04 or 22.04.
  • Adds Ubuntu APT package repository for input parameter arch.
  • Installs cross-compile packages from added repository.

Input Parameter: arch

Must be one of the valid Ubuntu architectures. Tested with:

  • arm64
  • armhf
  • i386

Example

  steps:
  
  - name: Install Cross-Compile Support (ARM64)
    uses: cyberjunk/gha-ubuntu-cross@v2
    with:
      arch: arm64
      
  - name: Install libx11-dev for ARM64
    run: sudo apt-get install libx11-dev:arm64
    

About

Cross-Compile Support on Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published