Memory Updates
Build KX3DEX.radio / Build and Deploy (push) Successful in 27m14s Details

master
Dex 2024-03-30 00:41:31 -04:00
parent 076025f977
commit 8dfe805cef
2 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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