This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Add self-hosted runners.
tags/v4.0.0-beta.1
Luigi Cruz
4 years ago
parent
25b613ce77
commit
040f0e959e
2 changed files
with
2 additions
and
2 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save