This website works better with JavaScript.
首頁
說明
登入
hms
/
pisdr-rpi-image
镜像来自
https://github.com/luigifreitas/pisdr-image
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
14
Wiki
Activity
瀏覽代碼
Add self-hosted runners.
tags/v4.0.0-beta.1
Luigi Cruz
4 年之前
父節點
25b613ce77
當前提交
040f0e959e
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/release.yml
+1
-1
.github/workflows/validate.yml
+ 1
- 1
.github/workflows/release.yml
查看文件
@@ -8,7 +8,7 @@ name: Build & Deploy Image
jobs:
build:
name: Build & Release Image
runs-on:
ubuntu-latest
runs-on:
self-hosted
timeout-minutes: 2880
env:
working-directory: ./builder
+ 1
- 1
.github/workflows/validate.yml
查看文件
@@ -5,7 +5,7 @@ name: Build & Validate Image
jobs:
build:
name: Build & Validate Image
runs-on:
ubuntu-latest
runs-on:
self-hosted
timeout-minutes: 2880
env:
working-directory: ./builder
Write
Preview
Loading…
取消
儲存