mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 23:35:02 -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:
|
jobs:
|
||||||
|
|
||||||
translate:
|
translate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
name: Run Translations
|
name: Run Translations
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
path: .
|
path: .
|
||||||
|
|
||||||
build-amd64:
|
build-amd64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: translate
|
needs: translate
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
.
|
.
|
||||||
|
|
||||||
build-arm64:
|
build-arm64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: translate
|
needs: translate
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -155,7 +155,7 @@ jobs:
|
|||||||
.
|
.
|
||||||
|
|
||||||
build-armv7:
|
build-armv7:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: translate
|
needs: translate
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -214,7 +214,7 @@ jobs:
|
|||||||
.
|
.
|
||||||
|
|
||||||
build-armv6:
|
build-armv6:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: translate
|
needs: translate
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -273,7 +273,7 @@ jobs:
|
|||||||
.
|
.
|
||||||
|
|
||||||
merge-manifest:
|
merge-manifest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
needs:
|
||||||
- translate
|
- translate
|
||||||
- build-amd64
|
- build-amd64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user