mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
ci: alway use amd64 on build stage to speed up build
This commit is contained in:
parent
0a97ad9d70
commit
d260e737d8
@ -1,6 +1,6 @@
|
||||
ARG EMBEDDED_JAVA_VERSION=21
|
||||
|
||||
FROM node:lts AS builder
|
||||
FROM --platform=amd64 node:lts AS builder
|
||||
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:lts AS builder
|
||||
FROM --platform=amd64 node:lts AS builder
|
||||
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
|
Loading…
Reference in New Issue
Block a user