Skip to content

Commit

Permalink
Oops, back to AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
teofr committed Jun 10, 2024
1 parent 5d9911c commit 4431006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ WORKDIR /home/ubuntu

# Install hyperfine
RUN sudo apt install -y wget
RUN export bleah=$(arch); wget https://github.com/sharkdp/hyperfine/releases/download/v1.15.0/hyperfine_1.15.0_arm64.deb
RUN sudo dpkg -i hyperfine_1.15.0_arm64.deb
RUN export bleah=$(arch); wget https://github.com/sharkdp/hyperfine/releases/download/v1.15.0/hyperfine_1.15.0_amd64.deb
RUN sudo dpkg -i hyperfine_1.15.0_amd64.deb

# Configure tzdata
RUN echo 'tzdata tzdata/Areas select Europe' | sudo debconf-set-selections
Expand Down

0 comments on commit 4431006

Please sign in to comment.