Skip to content

Commit

Permalink
fix: hint platform for stage2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Jan 18, 2025
1 parent 60ea818 commit 2d9b590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/bootstrap/stage2/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM scratch AS build
# syntax=ghcr.io/dsseng/docker/dockerfile-upstream:scratch-arch@sha256:d730eed2380ca40dc59272671a916482fb71f4895b596f918013de962055e3c9
FROM --platform=linux/386 scratch AS build
ARG GCC_SOURCE
ARG GCC_VERSION
ARG LINUX_SOURCE
Expand Down
3 changes: 2 additions & 1 deletion packages/bootstrap/stage3/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM scratch AS build
# syntax=ghcr.io/dsseng/docker/dockerfile-upstream:scratch-arch@sha256:d730eed2380ca40dc59272671a916482fb71f4895b596f918013de962055e3c9
FROM --platform=linux/386 scratch AS build
ARG GCC_SOURCE
ARG GCC_VERSION
ARG LINUX_SOURCE
Expand Down

0 comments on commit 2d9b590

Please sign in to comment.