build(docker): set platform for build target (#951)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Builder stage, builds the application in node
|
# Builder stage, builds the application in node
|
||||||
#
|
#
|
||||||
FROM node:16-alpine as builder
|
FROM --platform=$BUILDPLATFORM node:16-alpine as builder
|
||||||
|
|
||||||
RUN apk add zip
|
RUN apk add zip
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user