Revert "fix: Build on native platform (#2261)" (#2262)

This reverts commit 07aba95f19.
This commit is contained in:
SleeplessOne1917 2023-12-01 12:17:54 +00:00 committed by GitHub
parent 07aba95f19
commit 659d5f78d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:20-alpine as builder
FROM node:20-alpine as builder
# Upgrade to edge to fix sharp/libvips issues
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories