ci: change docker architecture
This commit is contained in:
parent
fbb5dbfcde
commit
9560e2d12b
|
@ -1,4 +1,4 @@
|
|||
FROM oven/bun AS build
|
||||
FROM --platform=linux/amd64 oven/bun:1.1.4 AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN bun install
|
||||
|
|
Loading…
Reference in New Issue
Block a user