使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
hms
/
pisdr-rpi-image
镜像自地址
https://github.com/luigifreitas/pisdr-image
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
14
百科
动态
浏览代码
Add self-hosted runners.
tags/v4.0.0-beta.1
Luigi Cruz
4 年前
父节点
25b613ce77
当前提交
040f0e959e
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存