mirror of
https://github.com/mkuf/prind.git
synced 2026-08-07 01:50:03 +02:00
mainsail: use native platform for build target
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
## Get Code and build App
|
||||
FROM node:16 as build
|
||||
FROM --platform=$BUILDPLATFORM node:16 as build
|
||||
|
||||
ARG REPO=https://github.com/meteyou/mainsail
|
||||
ARG VERSION=develop
|
||||
|
||||
Reference in New Issue
Block a user