Skip to content

Commit

Permalink
chore(prt-tests): remove --platform from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Dec 16, 2024
1 parent 69a21cc commit 1b1af38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prt/tests/compute-rs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY ./prt /app/prt
WORKDIR /app/prt/tests/compute-rs
RUN cargo build --release --bin cartesi-prt-compute

FROM --platform=linux/amd64 cartesi/machine-emulator:0.18.1
FROM cartesi/machine-emulator:0.18.1

USER root
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion prt/tests/compute/program/doom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 cartesi/machine-emulator:0.18.1
FROM cartesi/machine-emulator:0.18.1
USER root
ENV FREEDOOM_VER=v0.2.0
ENV KERNEL_VER=v0.19.1-riv1
Expand Down

0 comments on commit 1b1af38

Please sign in to comment.