1
0

feat(ci): use docker buildx for multiarch builds

This commit is contained in:
kolaente
2022-11-12 14:43:29 +01:00
parent 995cc12880
commit c07954f2b8
4 changed files with 41 additions and 231 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Build application
FROM node:18-alpine AS compile-image
FROM --platform=$BUILDPLATFORM node:18-alpine AS compile-image
WORKDIR /build