fix: support remote arm64 builds, as well (#9018)

This commit is contained in:
zbarsky-openai
2026-01-10 21:41:08 -05:00
committed by GitHub
parent 198289934f
commit 6a57d7980b
6 changed files with 62 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ FROM ubuntu:24.04
# initial debugging, but we should publish to a more proper location.
#
# docker buildx create --use
# docker buildx build --platform linux/amd64 -f .github/workflows/Dockerfile.bazel -t mbolin491/codex-bazel:latest --push .
# docker buildx build --platform linux/amd64,linux/arm64 -f .github/workflows/Dockerfile.bazel -t mbolin491/codex-bazel:latest --push .
RUN apt-get update && \
apt-get install -y --no-install-recommends \