fix: container image always being on AMD64 arch (#1173)
This commit is contained in:
committed by
GitHub
parent
80e896f658
commit
65f26117fc
@@ -1,4 +1,4 @@
|
||||
FROM --platform=linux/amd64 node:20.17.0-alpine AS base
|
||||
FROM node:20.17.0-alpine AS base
|
||||
|
||||
FROM base AS builder
|
||||
RUN apk add --no-cache libc6-compat
|
||||
|
||||
Reference in New Issue
Block a user