Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
hms
/
pisdr-rpi-image
espelho de
https://github.com/luigifreitas/pisdr-image
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
14
Wiki
Trabalho
Ver a proveniência
Add self-hosted runners.
tags/v4.0.0-beta.1
Luigi Cruz
há 4 anos
ascendente
25b613ce77
cometimento
040f0e959e
2 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
.github/workflows/release.yml
+1
-1
.github/workflows/validate.yml
+ 1
- 1
.github/workflows/release.yml
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar