Skip to content

Cross-Compile Support on Ubuntu

Actions
Adds APT package repository for Ubuntu architecture and installs cross-compile packages from it
v5
Latest
Star (6)

Github Action for Cross-Compile Support on Ubuntu

CI

Description

  • Requires AMD64 Ubuntu 20.04, 22.04 or 24.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@v5
    with:
      arch: arm64
      
  - name: Install libx11-dev for ARM64
    run: sudo apt-get install libx11-dev:arm64
    

Cross-Compile Support on Ubuntu is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Adds APT package repository for Ubuntu architecture and installs cross-compile packages from it
v5
Latest

Cross-Compile Support on Ubuntu is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.