Browse Source

test armv7 build

pull/1713/head
Bernd Storath 5 months ago
parent
commit
da9ba3fb8d
  1. 2
      .github/workflows/deploy-pr.yml
  2. 2
      Dockerfile

2
.github/workflows/deploy-pr.yml

@ -37,7 +37,7 @@ jobs:
with:
context: .
push: false
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ghcr.io/wg-easy/wg-easy:pr
cache-from: type=gha
cache-to: type=gha,mode=min

2
Dockerfile

@ -1,6 +1,8 @@
FROM docker.io/library/node:lts-alpine AS build
WORKDIR /app
RUN npm install --global npm@latest
# update corepack
RUN npm install --global corepack@latest
# Install pnpm

Loading…
Cancel
Save