build: increase network timeout for yarn for frontend build for arm64 build (#401)

- build: increase network timeout for frontend build for arm64 build (see nodejs/docker-node#1335)
- also bump microk8s action version to fix warning
This commit is contained in:
Ilya Kreymer 2022-12-06 10:19:27 -08:00 committed by GitHub
parent 9624cb6007
commit ba3e7d048f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: balchua/microk8s-actions@v0.3.0
uses: balchua/microk8s-actions@v0.3.1
with:
channel: '1.25/stable'
addons: '["dns", "helm3", "hostpath-storage", "registry", "metrics-server"]'

View File

@ -14,7 +14,7 @@ ENV GIT_COMMIT_HASH=${GIT_COMMIT_HASH} \
WORKDIR /app
COPY yarn.lock package.json ./
RUN yarn --frozen-lockfile
RUN yarn --frozen-lockfile --network-timeout 1000000
COPY lit-localize.json \
postcss.config.js \