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
update tag
tags/5.1.0
Luigi Cruz
3 years ago
parent
8b0752912c
commit
037b011161
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
@@ -7,7 +7,7 @@ name: Build & Deploy Image
jobs:
build:
name: Build & Release Image
runs-on:
odin
runs-on:
ARM64
timeout-minutes: 2880
env:
working-directory: ./
+ 1
- 1
.github/workflows/validate.yml
View File
@@ -5,7 +5,7 @@ name: Build & Validate Image
jobs:
build:
name: Build & Validate Image
runs-on:
odin
runs-on:
ARM64
timeout-minutes: 2880
env:
working-directory: ./
Write
Preview
Loading…
Cancel
Save