forked from vikunja/frontend
fix(docker): cross compilation with buildx
This commit is contained in:
parent
12509a7e0f
commit
cea31d1da7
@ -3,7 +3,7 @@
|
||||
# │─││ │││ │ │
|
||||
# ┘─┘┘─┘┘┘─┘┘─┘
|
||||
|
||||
FROM node:18-alpine AS builder
|
||||
FROM --platform=$BUILDPLATFORM node:18-alpine AS builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user