just arm
Build KX3DEX.radio / Build and Deploy (push) Failing after 22s
Details
Build KX3DEX.radio / Build and Deploy (push) Failing after 22s
Details
parent
bf32f4a33a
commit
325d736536
|
@ -13,10 +13,10 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install QEMU
|
- name: Set up QEMU
|
||||||
run: apt-get update && apt-get install -y qemu-user-static
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
|
|
|
@ -3,6 +3,9 @@ FROM node:18-alpine3.19 AS deps
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
|
RUN yarn config set network-timeout 100000
|
||||||
|
RUN apk add g++ make py3-pip
|
||||||
|
RUN yarn global add node-gyp
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
# Rebuild the source code only when needed
|
# Rebuild the source code only when needed
|
||||||
|
|
Loading…
Reference in New Issue