mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 01:50:22 -05:00
add fail-fast: false
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
4
.github/workflows/myothertest.yml
vendored
4
.github/workflows/myothertest.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (amd64-${{ matrix.variant }})
|
||||
@@ -64,6 +65,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (arm64-${{ matrix.variant }})
|
||||
@@ -116,6 +118,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (armv7-${{ matrix.variant }})
|
||||
@@ -168,6 +171,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (armv6-${{ matrix.variant }})
|
||||
|
||||
@@ -59,8 +59,8 @@ RUN mkdir -p /opt/meshcentral
|
||||
COPY ./package.json /opt/meshcentral/package.json
|
||||
WORKDIR /opt/meshcentral
|
||||
|
||||
RUN npm install --save-exact --no-audit --no-optional --omit=optional --verbose -ddd \
|
||||
&& npm install --save-exact --no-audit --no-optional --omit=optional --verbose modern-syslog@1.2.0 -ddd telegram@2.26.22
|
||||
RUN npm install --save-exact --no-audit --no-optional --omit=optional -ddd \
|
||||
&& npm install --save-exact --no-audit --no-optional --omit=optional -ddd modern-syslog@1.2.0 telegram@2.26.22
|
||||
### STAGE 3 RUNTIME
|
||||
|
||||
FROM node:lts-alpine3.22 AS runtime
|
||||
|
||||
Reference in New Issue
Block a user