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:
parent
9624cb6007
commit
ba3e7d048f
2
.github/workflows/microk8s-ci.yaml
vendored
2
.github/workflows/microk8s-ci.yaml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
uses: balchua/microk8s-actions@v0.3.0
|
uses: balchua/microk8s-actions@v0.3.1
|
||||||
with:
|
with:
|
||||||
channel: '1.25/stable'
|
channel: '1.25/stable'
|
||||||
addons: '["dns", "helm3", "hostpath-storage", "registry", "metrics-server"]'
|
addons: '["dns", "helm3", "hostpath-storage", "registry", "metrics-server"]'
|
||||||
|
@ -14,7 +14,7 @@ ENV GIT_COMMIT_HASH=${GIT_COMMIT_HASH} \
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY yarn.lock package.json ./
|
COPY yarn.lock package.json ./
|
||||||
RUN yarn --frozen-lockfile
|
RUN yarn --frozen-lockfile --network-timeout 1000000
|
||||||
|
|
||||||
COPY lit-localize.json \
|
COPY lit-localize.json \
|
||||||
postcss.config.js \
|
postcss.config.js \
|
||||||
|
Loading…
Reference in New Issue
Block a user