mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-28 23:05:01 -04:00
try ubuntu-22.04 docker
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
d0e352c6c8
commit
a051cb5548
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
|
||||
translate:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: Run Translations
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
path: .
|
||||
|
||||
build-amd64:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
.
|
||||
|
||||
build-arm64:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -155,7 +155,7 @@ jobs:
|
||||
.
|
||||
|
||||
build-armv7:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -214,7 +214,7 @@ jobs:
|
||||
.
|
||||
|
||||
build-armv6:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -273,7 +273,7 @@ jobs:
|
||||
.
|
||||
|
||||
merge-manifest:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
needs:
|
||||
- translate
|
||||
- build-amd64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user