Skip to content

borwide/borwide_hello_rust_action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

概要

这是一个调用github action的模板,代码采用rust技术栈。 目前实现linux下rust编译与打包

编译

cargo build --release cargo build --release --target=aarch64-unknown-linux-gnu

打包

docker build -t borwide/hello_action:latest . docker buildx build --platform linux/amd64,linux/arm64 -t borwide/hello_action:latest --push .

TODO

  • 交叉编译
  • 打包成Docker

About

github actin test

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 85.0%
  • Rust 15.0%