이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
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 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
쓰기
미리보기
불러오는 중...
취소
저장