Skip to content

Commit

Permalink
fix Dockerfile flow to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 9, 2024
1 parent 29ba54a commit 90d8b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN set -x \
&& chmod +x DepotDownloader \
&& mv DepotDownloader /usr/local/bin/DepotDownloader

FROM --platform=arm64 debian:bookworm-slim as build_stage_arm64
FROM --platform=arm64 build_stage_amd64 as build_stage_arm64

COPY --from=box64_m1 /tmp/install/usr/local/bin/box64 /usr/local/bin/box64-m1
COPY --from=box64_rpi5 /tmp/install/usr/local/bin/box64 /usr/local/bin/box64-rpi5
Expand Down
2 changes: 1 addition & 1 deletion bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN set -x \
&& chmod +x DepotDownloader \
&& mv DepotDownloader /usr/local/bin/DepotDownloader

FROM --platform=arm64 debian:bullseye-slim as build_stage_arm64
FROM --platform=arm64 build_stage_amd64 as build_stage_arm64

COPY --from=box64_m1 /tmp/install/usr/local/bin/box64 /usr/local/bin/box64-m1
COPY --from=box64_rpi5 /tmp/install/usr/local/bin/box64 /usr/local/bin/box64-rpi5
Expand Down

0 comments on commit 90d8b5b

Please sign in to comment.