Skip to content

meetroger/test_docker_buildx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Docker BuildX

  • A minimum example to build C code into docker image to run on multiple architects (amd64/aarch64).

Build and run on local docker env

./run build
./run up
./run ps

Build with GitHub Action

  • See: .github/workflows/buildx.yml
  • GitHub will run the action upon "git push", then it will push the docker image generated onto Docker Hub's registry.

Run on AMD64/ARM64 platform

docker run meetroger/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors