ci: Fix Linux Build Script

This commit is contained in:
MystiPanda
2023-12-07 15:34:49 +08:00
parent 73be027951
commit 1fcc74c658
5 changed files with 122 additions and 78 deletions

14
.github/build-for-linux/action.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: "Build for Linux"
branding:
icon: user-check
color: gray-dark
inputs:
target:
required: true
description: "Rust Target"
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.target }}