mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2026-08-19 09:40:25 +00:00
fix(docker): drop hardcoded --platform=linux/amd64 for arm64 builds
The base image was pinned to linux/amd64, so the arm64 build leg pulled the amd64 image and failed with 'exec format error'. Remove the pin so each platform builds on its native base (jambonz v11 arm64 support). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
13c82830d3
commit
8f47038f59
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM --platform=linux/amd64 node:24-alpine AS base
|
FROM node:24-alpine AS base
|
||||||
|
|
||||||
RUN apk --update --no-cache add --virtual .builds-deps build-base python3
|
RUN apk --update --no-cache add --virtual .builds-deps build-base python3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user