-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update turnip.yml * Update turnip.yml * Update Dockerfile-linux-arm64 * Update turnip.yml
- Loading branch information
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ on: | |
workflow_dispatch: | ||
inputs: | ||
mesa-version: | ||
description: 'e.g. mesa-24.1.1 \n https://gitlab.freedesktop.org/mesa/mesa/-/tags' | ||
required: false | ||
default: 'mesa-23.1.1' | ||
description: | | ||
e.g. mesa-24.1.1 | ||
https://gitlab.freedesktop.org/mesa/mesa/-/tags | ||
required: true | ||
default: 'mesa-23.2.1' | ||
type: string | ||
|
||
jobs: | ||
|
@@ -16,8 +18,6 @@ jobs: | |
|
||
- name: 克隆仓库 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: linux-arm-turnip #指定checkout的分支 | ||
|
||
- name: 重命名Dockerfile | ||
run: mv mesa-turnip/Dockerfile-linux-arm64 Dockerfile | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- name: 上传artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: mesa-turnip-linux-arm64 | ||
name: turnip-linux-arm64-${{ inputs.mesa-version }} | ||
path: mesa-turnip.tar | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters