Skip to content

A github action to cross-compile the source code in the repository for ARM

Notifications You must be signed in to change notification settings

tuxecure/cross-compile-arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cross-compile-arm

A github action to cross-compile the source code in the repository for ARM

Inputs

make-cmd

Required The build command to run. Default make all.

Outputs

time

The time the compilation finished.

Example usage

uses: actions/cross-compile-arm@v1 with: make-cmd: make -f Makefile.arm all

About

A github action to cross-compile the source code in the repository for ARM

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 62.3%
  • Shell 37.7%