ci: change docker architecture

This commit is contained in:
log101 2025-03-01 12:47:15 +03:00
parent fbb5dbfcde
commit 9560e2d12b

View File

@ -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