Memory Updates
Build KX3DEX.radio / Build and Deploy (push) Successful in 27m14s
Details
Build KX3DEX.radio / Build and Deploy (push) Successful in 27m14s
Details
parent
076025f977
commit
8dfe805cef
|
@ -19,6 +19,9 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- name: Available platforms
|
||||||
|
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -4,8 +4,8 @@ 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 yarn config set network-timeout 100000
|
||||||
RUN apk add g++ make py3-pip
|
#RUN apk add g++ make py3-pip
|
||||||
RUN yarn global add node-gyp
|
#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