Merge branch 'dev' into jenk-cache
This commit is contained in:
commit
f9a410cabf
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
include:
|
||||
- runnertags: ubuntu-latest
|
||||
arch: amd64
|
||||
- runnertags: [self-hosted, ARM64]
|
||||
- runnertags: ubuntu-latest
|
||||
arch: arm64
|
||||
|
||||
runs-on: ${{ matrix.runnertags }}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
include:
|
||||
- runnertags: ubuntu-latest
|
||||
arch: amd64
|
||||
- runnertags: [self-hosted, ARM64]
|
||||
- runnertags: ubuntu-latest
|
||||
arch: arm64
|
||||
|
||||
runs-on: ${{ matrix.runnertags }}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,4 @@ autorestart=false
|
|||
redirect_stderr=true
|
||||
stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
startsecs=10
|
||||
environment=PORT=3000
|
||||
startsecs=10
|
||||
Loading…
Reference in New Issue