Setup multiplatform Docker builds
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:lts-alpine AS builder
|
||||
FROM --platform=$BUILDPLATFORM node:lts-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY sigl sigl
|
||||
|
||||
Reference in New Issue
Block a user