Skip to content

Commit

Permalink
Ensure we can run x64 on Apple Silicone
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Dec 9, 2024
1 parent 9c24994 commit 31947ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/test-linux-x64-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/ubuntu
FROM --platform=linux/amd64 ubuntu

# Setup Python
RUN apt-get update && apt-get install -y python3 python3-pip
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/test-linux-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amd64/ubuntu
FROM --platform=linux/amd64 ubuntu
RUN apt-get update
RUN apt install curl -y
RUN sh -c "$(curl -fsSL https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
Expand Down

0 comments on commit 31947ef

Please sign in to comment.